Html Css Color HEX #04556A Blue Lagoon

📋 copy color: '#04556A'

red 4 ◦ green 85 ◦ blue 106

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

Shades of Blue Lagoon #04556A

Tints of Blue Lagoon #04556A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.59%

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

R = 2.05%
G = 43.59%
B = 54.36%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04556A (or 0x04556A) is known color: Blue Lagoon. HEX triplet: 04, 55 and 6A. RGB value is (4,85,106). Sum of RGB (Red+Green+Blue) = 4+85+106=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #04556A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556A is #FBAA95. Grayscale: #3F3F3F. Windows color (decimal): -16493206 or 6968580. OLE color: 6968580.

HSL color Cylindrical-coordinate representation of color #04556A: hue angle of 192.35º 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 #04556A is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 85 106 -
CMYK 0.96 0.20 0 0.58
HSL 192.35º 0.93% 0.22% -
HSV(B) 192.35º 0.96% 0.42% -
XYZ 5.9 7.56 14.78 -
YUV 63.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 4 85 106 0.96 0.20 0 0.58 192.35 0.93 0.22
Hex 4 55 6A 60 14 0 3A C0 5D 16
Octal 4 125 152 140 24 0 72 300 135 26
Binary 100 1010101 1101010 1100000 10100 0 111010 11000000 1011101 10110

Color Harmonies of #04556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04556A

Black with #04556A

Text Example


Text Example

White with #04556A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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