Html Css Color HEX #04556D Blue Lagoon

📋 copy color: '#04556D'

red 4 ◦ green 85 ◦ blue 109

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

Shades of Blue Lagoon #04556D

Tints of Blue Lagoon #04556D

RGB

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

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

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

R = 2.02%
G = 42.93%
B = 55.05%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04556D (or 0x04556D) is known color: Blue Lagoon. HEX triplet: 04, 55 and 6D. RGB value is (4,85,109). Sum of RGB (Red+Green+Blue) = 4+85+109=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #04556D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04556D is #FBAA92. Grayscale: #3F3F3F. Windows color (decimal): -16493203 or 7165188. OLE color: 7165188.

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

Color convert

RGB 4 85 109 -
CMYK 0.96 0.22 0 0.57
HSL 193.71º 0.93% 0.22% -
HSV(B) 193.71º 0.96% 0.43% -
XYZ 6.06 7.63 15.62 -
YUV 63.52 153.66 85.55 -
System Red Green Blue C M Y K H S L
Decimal 4 85 109 0.96 0.22 0 0.57 193.71 0.93 0.22
Hex 4 55 6D 60 16 0 39 C2 5D 16
Octal 4 125 155 140 26 0 71 302 135 26
Binary 100 1010101 1101101 1100000 10110 0 111001 11000010 1011101 10110

Color Harmonies of #04556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04556D

Black with #04556D

Text Example


Text Example

White with #04556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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