Html Css Color HEX #04607D Blue Lagoon

📋 copy color: '#04607D'

red 4 ◦ green 96 ◦ blue 125

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

Shades of Blue Lagoon #04607D

Tints of Blue Lagoon #04607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 1.78%
G = 42.67%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04607D (or 0x04607D) is known color: Blue Lagoon. HEX triplet: 04, 60 and 7D. RGB value is (4,96,125). Sum of RGB (Red+Green+Blue) = 4+96+125=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #04607D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04607D is #FB9F82. Grayscale: #474747. Windows color (decimal): -16490371 or 8216580. OLE color: 8216580.

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

Color convert

RGB 4 96 125 -
CMYK 0.97 0.23 0 0.51
HSL 194.38º 0.94% 0.25% -
HSV(B) 194.38º 0.97% 0.49% -
XYZ 7.93 9.87 20.89 -
YUV 71.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 4 96 125 0.97 0.23 0 0.51 194.38 0.94 0.25
Hex 4 60 7D 61 17 0 33 C2 5E 19
Octal 4 140 175 141 27 0 63 302 136 31
Binary 100 1100000 1111101 1100001 10111 0 110011 11000010 1011110 11001

Color Harmonies of #04607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04607D

Black with #04607D

Text Example


Text Example

White with #04607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04607D;
 }
 .AnyTagClassName
 {
   color: #04607D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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