Html Css Color HEX #04556C Blue Lagoon

📋 copy color: '#04556C'

red 4 ◦ green 85 ◦ blue 108

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

Shades of Blue Lagoon #04556C

Tints of Blue Lagoon #04556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54.82%

R = 2.03%
G = 43.15%
B = 54.82%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04556C (or 0x04556C) is known color: Blue Lagoon. HEX triplet: 04, 55 and 6C. RGB value is (4,85,108). Sum of RGB (Red+Green+Blue) = 4+85+108=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #04556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556C is #FBAA93. Grayscale: #3F3F3F. Windows color (decimal): -16493204 or 7099652. OLE color: 7099652.

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

Color convert

RGB 4 85 108 -
CMYK 0.96 0.21 0 0.58
HSL 193.27º 0.93% 0.22% -
HSV(B) 193.27º 0.96% 0.42% -
XYZ 6.01 7.61 15.34 -
YUV 63.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 4 85 108 0.96 0.21 0 0.58 193.27 0.93 0.22
Hex 4 55 6C 60 15 0 3A C1 5D 16
Octal 4 125 154 140 25 0 72 301 135 26
Binary 100 1010101 1101100 1100000 10101 0 111010 11000001 1011101 10110

Color Harmonies of #04556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04556C

Black with #04556C

Text Example


Text Example

White with #04556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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