Html Css Color HEX #04596E Blue Lagoon

📋 copy color: '#04596E'

red 4 ◦ green 89 ◦ blue 110

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

Shades of Blue Lagoon #04596E

Tints of Blue Lagoon #04596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.84%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 1.97%
G = 43.84%
B = 54.19%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04596E (or 0x04596E) is known color: Blue Lagoon. HEX triplet: 04, 59 and 6E. RGB value is (4,89,110). Sum of RGB (Red+Green+Blue) = 4+89+110=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 89 (35.16% from 255 or 43.84% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #04596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04596E is #FBA691. Grayscale: #414141. Windows color (decimal): -16492178 or 7231748. OLE color: 7231748.

HSL color Cylindrical-coordinate representation of color #04596E: hue angle of 191.89º 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 #04596E is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 89 110 -
CMYK 0.96 0.19 0 0.57
HSL 191.89º 0.93% 0.22% -
HSV(B) 191.89º 0.96% 0.43% -
XYZ 6.44 8.3 16.01 -
YUV 65.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 4 89 110 0.96 0.19 0 0.57 191.89 0.93 0.22
Hex 4 59 6E 60 13 0 39 C0 5D 16
Octal 4 131 156 140 23 0 71 300 135 26
Binary 100 1011001 1101110 1100000 10011 0 111001 11000000 1011101 10110

Color Harmonies of #04596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04596E

Black with #04596E

Text Example


Text Example

White with #04596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04596E; }

 p { color: rgb(4,89,110); }

 H1.HeaderClassName
 {
   color: #04596E;
 }
 .AnyTagClassName
 {
   color: #04596E;
 }
</style>

background-color css

<style>
 a { background-color: #04596E; }

 a { background-color: rgb(4,89,110); }

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

border-color css

<style>
 span { border-color: #04596E; }

 span { border-color: rgb(4,89,110); }

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