Html Css Color HEX #04647D Blue Lagoon

📋 copy color: '#04647D'

red 4 ◦ green 100 ◦ blue 125

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

Shades of Blue Lagoon #04647D

Tints of Blue Lagoon #04647D

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 value IS 0.97

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04647D (or 0x04647D) is known color: 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

RGB 4 100 125 -
CMYK 0.97 0.2 0 0.51
HSL 192.4º 0.94% 0.25% -
HSV(B) 192.4º 0.97% 0.49% -
XYZ 8.31 10.62 21.01 -
YUV 74.15 156.7 77.97 -
System Red Green Blue C M Y K H S L
Decimal 4 100 125 0.97 0.2 0 0.51 192.4 0.94 0.25
Hex 4 64 7D 61 14 0 33 C0 5E 19
Octal 4 144 175 141 24 0 63 300 136 31
Binary 100 1100100 1111101 1100001 10100 0 110011 11000000 1011110 11001

Color Harmonies of #04647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04647D

Black with #04647D

Text Example


Text Example

White with #04647D

Text Example


Text Example

HTML Codes & Css Web 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>