Html Css Color HEX #04627C Blue Lagoon

📋 copy color: '#04627C'

red 4 ◦ green 98 ◦ blue 124

#04627C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #04627C

Tints of Blue Lagoon #04627C

RGB

 RED value IS 4 (1.95% from 255) = 1.77%

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 1.77%
G = 43.36%
B = 54.87%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04627C (or 0x04627C) is known color: Blue Lagoon. HEX triplet: 04, 62 and 7C. RGB value is (4,98,124). Sum of RGB (Red+Green+Blue) = 4+98+124=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #04627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04627C is #FB9D83. Grayscale: #484848. Windows color (decimal): -16489860 or 8151556. OLE color: 8151556.

HSL color Cylindrical-coordinate representation of color #04627C: hue angle of 193º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04627C is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 98 124 -
CMYK 0.97 0.21 0 0.51
HSL 193º 0.94% 0.25% -
HSV(B) 193º 0.97% 0.49% -
XYZ 8.06 10.22 20.62 -
YUV 72.86 156.86 78.89 -
System Red Green Blue C M Y K H S L
Decimal 4 98 124 0.97 0.21 0 0.51 193 0.94 0.25
Hex 4 62 7C 61 15 0 33 C1 5E 19
Octal 4 142 174 141 25 0 63 301 136 31
Binary 100 1100010 1111100 1100001 10101 0 110011 11000001 1011110 11001

Color Harmonies of #04627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04627C

Black with #04627C

Text Example


Text Example

White with #04627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04627C; }

 p { color: rgb(4,98,124); }

 H1.HeaderClassName
 {
   color: #04627C;
 }
 .AnyTagClassName
 {
   color: #04627C;
 }
</style>

background-color css

<style>
 a { background-color: #04627C; }

 a { background-color: rgb(4,98,124); }

 div.DivClassName
 {
   background-color: #04627C;
 }
 .BgClassName
 {
   background-color: #04627C;
 }
</style>

border-color css

<style>
 span { border-color: #04627C; }

 span { border-color: rgb(4,98,124); }

 td.TdClassName
 {
   border-color: #04627C;
 }
 .TagClassName
 {
   border-color: #04627C;
 }
</style>