Html Css Color HEX #045471 Blue Lagoon

📋 copy color: '#045471'

red 4 ◦ green 84 ◦ blue 113

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

Shades of Blue Lagoon #045471

Tints of Blue Lagoon #045471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.22%

R = 1.99%
G = 41.79%
B = 56.22%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#045471 (or 0x045471) is known color: Blue Lagoon. HEX triplet: 04, 54 and 71. RGB value is (4,84,113). Sum of RGB (Red+Green+Blue) = 4+84+113=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #045471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045471 is #FBAB8E. Grayscale: #3F3F3F. Windows color (decimal): -16493455 or 7427076. OLE color: 7427076.

HSL color Cylindrical-coordinate representation of color #045471: hue angle of 195.96º 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 #045471 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 84 113 -
CMYK 0.96 0.26 0 0.56
HSL 195.96º 0.93% 0.23% -
HSV(B) 195.96º 0.96% 0.44% -
XYZ 6.2 7.56 16.75 -
YUV 63.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 4 84 113 0.96 0.26 0 0.56 195.96 0.93 0.23
Hex 4 54 71 60 1A 0 38 C4 5D 17
Octal 4 124 161 140 32 0 70 304 135 27
Binary 100 1010100 1110001 1100000 11010 0 111000 11000100 1011101 10111

Color Harmonies of #045471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045471

Black with #045471

Text Example


Text Example

White with #045471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045471; }

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

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

background-color css

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

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

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

border-color css

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

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

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