COLOR #04627B

HEX: #04627B
RGB: (4,98,123)

Color info

#04627B contains mainly green and blue colors. Web safe color of #04627B is #006666 (or #066).

RGB color model

#04627B color RGB value is (4,98,123).

  • red value is 4;
  • green value is 98;
  • blue value is 123.
RGB:
(4,98,123)
(2%,38%,48%)

RGB channels and saturation

R 4 of 255 = 2%
G 98 of 255 = 38%
B 123 of 255 = 48%

4
98
123

R + G + B ~ 29%. #04627B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 98 + 123 = 225 (100%)
R 4 of 225 ~ 1.78%
G 98 of 225 ~ 43.56%
B 123 of 225 ~ 54.67%

%43.56
%54.67

CMYK color model

#04627B color CMYK value is (97,20,0,52).

  • cyan value is 96.75%
  • magenta value is 20.33%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(97,20,0,52)
C97M20Y0K52 
(97%,20%,0%,52%)
(0.97/0.20/0.00/0.52)	

CMYK percentages

%96.75
%20.33
%0
%51.76

Codes

Color #04627B in popluar color models

04627B
RGB498123
HSL193°93.70%24.90%
HSB/HSV193°96.75%48.24%
CMYK96.75%20.33%0.00%
51.76%

Color #04627B in popluar number systems.

HEX04627B
Decimal498123
Binary10011000101111011
Octal4142173

Shades and tints

Shades of #04627B

#04627B
(4,98,123)
#045A70
(4,90,112)
#045265
(4,82,101)
#044A5A
(4,74,90)
#04424F
(4,66,79)
#043A44
(4,58,68)
#043239
(4,50,57)
#042A2E
(4,42,46)
#042223
(4,34,35)
#041A18
(4,26,24)
#04120D
(4,18,13)
#000000
(0,0,0)

Tints of #04627B

#04627B
(4,98,123)
#1A7087
(26,112,135)
#307E93
(48,126,147)
#468C9F
(70,140,159)
#5C9AAB
(92,154,171)
#72A8B7
(114,168,183)
#88B6C3
(136,182,195)
#9EC4CF
(158,196,207)
#B4D2DB
(180,210,219)
#CAE0E7
(202,224,231)
#E0EEF3
(224,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04627B color. Also use rgb(4,98,123) instead hex code.

Text Font Color

.myTextColor { color: #04627B; }

<p style="color:#04627B">This sample text font color is #04627B.</p>

This text font color is #04627B.


Background Color

.myBgColor { background-color: #04627B; }

<div style="background-color:#04627B">Inner text</div>

This div background color is #04627B.


Border color

.myBorderColor { border: 1px solid #04627B; }

<div style="border:3px solid #04627B">Div</div>

This div border color is #04627B.


Opacity

.myOpacity80 { color: #04627B; opacity: 0.8; }

<p style="color:#04627B;opacity:0.8;">80%</p>

Text with #04627B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #04627B;}

<p style="text-shadow: 3px 3px 1px #04627B">Text here.</p>

This text has shadow with #04627B color.

.textShadow {text-shadow: 3px 3px 1px #04627B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #04627B, 5px 5px 20px red">Text here.</p>

This text has shadow with #04627B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04627B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#04627B, Direction=45, Strength=4)">Text</p>

This text has shadow with #04627B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #04627B;
  -webkit-box-shadow:	1px 1px 3px 2px #04627B;
  box-shadow:		1px 1px 3px 2px #04627B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04627B;
-webkit-box-shadow: 1px 1px 3px 2px #04627B;
box-shadow:1px 1px 3px 2px #04627B;">
Div content here</div>
This div box has shadow with color #04627B.

Preview

Color preview on black background

This text has color #04627B on black background.


Color preview on white background

This text has color #04627B on white background.



Black color preview on #04627B background

This text has black color on #04627B background.


White color preview on #04627B background

This text has white color on #04627B background.