Html Css Color HEX #045470 Blue Lagoon

📋 copy color: '#045470'

red 4 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #045470

Tints of Blue Lagoon #045470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 112 (44.14% from 255) = 56%

R = 2%
G = 42%
B = 56%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045470 (or 0x045470) is known color: Blue Lagoon. HEX triplet: 04, 54 and 70. RGB value is (4,84,112). Sum of RGB (Red+Green+Blue) = 4+84+112=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #045470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045470 is #FBAB8F. Grayscale: #3F3F3F. Windows color (decimal): -16493456 or 7361540. OLE color: 7361540.

HSL color Cylindrical-coordinate representation of color #045470: hue angle of 195.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045470 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 84 112 -
CMYK 0.96 0.25 0 0.56
HSL 195.56º 0.93% 0.23% -
HSV(B) 195.56º 0.96% 0.44% -
XYZ 6.15 7.54 16.46 -
YUV 63.27 155.5 85.72 -
System Red Green Blue C M Y K H S L
Decimal 4 84 112 0.96 0.25 0 0.56 195.56 0.93 0.23
Hex 4 54 70 60 19 0 38 C4 5D 17
Octal 4 124 160 140 31 0 70 304 135 27
Binary 100 1010100 1110000 1100000 11001 0 111000 11000100 1011101 10111

Color Harmonies of #045470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045470

Black with #045470

Text Example


Text Example

White with #045470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045470; }

 p { color: rgb(4,84,112); }

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

background-color css

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

 a { background-color: rgb(4,84,112); }

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

border-color css

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

 span { border-color: rgb(4,84,112); }

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