#04647D

Color #04647D Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #04647D

Tints of Blue Lagoon #04647D

Color information

#04647D (or 0x04647D) is unknown color: approx Blue Lagoon. HEX triplet: 04, 64 and 7D. RGB value is (4,100,125). Sum of RGB (Red+Green+Blue) = 4+100+125=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #04647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04647D is #FB9B82. Grayscale: #494949. Windows color (decimal): -16489347 or 8217604. OLE color: 8217604.

HSL color Cylindrical-coordinate representation of color #04647D: hue angle of 192.4º 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 #04647D is Cyan = 0.97, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4100125-
CMYK0.970.200.51
HSL192.4º93.8%25.29%-
HSV(B)192.4º96.8%49.02%-
XYZ8.3110.6221.01-
YUV74.15156.777.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 100 (39.45% from 255) = 43.67%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=1.75%
G=43.67%
B=54.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41001250.970.200.51192.493.825.29
Hex4647D6114033c05e19
Octal41441751412406330013631
Binary10011001001111101110000110100011001111000000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04647D; }

 p { color: rgb(4,100,125); }

 H1.HeaderClassName
 {
   color: #04647D;
 }
 .AnyTagClassName
 {
   color: #04647D;
 }
</style>
background-color css

<style>
 a { background-color: #04647D; }

 a { background-color: rgb(4,100,125); }

 div.DivClassName
 {
   background-color: #04647D;
 }
 .BgClassName
 {
   background-color: #04647D;
 }
</style>
border-color css

<style>
 span { border-color: #04647D; }

 span { border-color: rgb(4,100,125); }

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