Html Css Color HEX #04576A Blue Lagoon

📋 copy color: '#04576A'

red 4 ◦ green 87 ◦ blue 106

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

Shades of Blue Lagoon #04576A

Tints of Blue Lagoon #04576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 44.16%

 BLUE value IS 106 (41.8% from 255) = 53.81%

R = 2.03%
G = 44.16%
B = 53.81%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04576A (or 0x04576A) is known color: Blue Lagoon. HEX triplet: 04, 57 and 6A. RGB value is (4,87,106). Sum of RGB (Red+Green+Blue) = 4+87+106=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #04576A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04576A is #FBA895. Grayscale: #404040. Windows color (decimal): -16492694 or 6969092. OLE color: 6969092.

HSL color Cylindrical-coordinate representation of color #04576A: hue angle of 191.18º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04576A is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 87 106 -
CMYK 0.96 0.18 0 0.58
HSL 191.18º 0.93% 0.22% -
HSV(B) 191.18º 0.96% 0.42% -
XYZ 6.06 7.88 14.84 -
YUV 64.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 4 87 106 0.96 0.18 0 0.58 191.18 0.93 0.22
Hex 4 57 6A 60 12 0 3A BF 5D 16
Octal 4 127 152 140 22 0 72 277 135 26
Binary 100 1010111 1101010 1100000 10010 0 111010 10111111 1011101 10110

Color Harmonies of #04576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04576A

Black with #04576A

Text Example


Text Example

White with #04576A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04576A; }

 p { color: rgb(4,87,106); }

 H1.HeaderClassName
 {
   color: #04576A;
 }
 .AnyTagClassName
 {
   color: #04576A;
 }
</style>

background-color css

<style>
 a { background-color: #04576A; }

 a { background-color: rgb(4,87,106); }

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

border-color css

<style>
 span { border-color: #04576A; }

 span { border-color: rgb(4,87,106); }

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