Html Css Color HEX #04606D Blue Lagoon

📋 copy color: '#04606D'

red 4 ◦ green 96 ◦ blue 109

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

Shades of Blue Lagoon #04606D

Tints of Blue Lagoon #04606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.15%

R = 1.91%
G = 45.93%
B = 52.15%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04606D (or 0x04606D) is known color: Blue Lagoon. HEX triplet: 04, 60 and 6D. RGB value is (4,96,109). Sum of RGB (Red+Green+Blue) = 4+96+109=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #04606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04606D is #FB9F92. Grayscale: #454545. Windows color (decimal): -16490387 or 7168004. OLE color: 7168004.

HSL color Cylindrical-coordinate representation of color #04606D: hue angle of 187.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04606D is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 96 109 -
CMYK 0.96 0.12 0 0.57
HSL 187.43º 0.93% 0.22% -
HSV(B) 187.43º 0.96% 0.43% -
XYZ 6.99 9.5 15.93 -
YUV 69.97 150.02 80.94 -
System Red Green Blue C M Y K H S L
Decimal 4 96 109 0.96 0.12 0 0.57 187.43 0.93 0.22
Hex 4 60 6D 60 C 0 39 BB 5D 16
Octal 4 140 155 140 14 0 71 273 135 26
Binary 100 1100000 1101101 1100000 1100 0 111001 10111011 1011101 10110

Color Harmonies of #04606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04606D

Black with #04606D

Text Example


Text Example

White with #04606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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