#045271

Color #045271 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #045271

Tints of Blue Lagoon #045271

Color information

#045271 (or 0x045271) is unknown color: approx Blue Lagoon. HEX triplet: 04, 52 and 71. RGB value is (4,82,113). Sum of RGB (Red+Green+Blue) = 4+82+113=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #045271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045271 is #FBAD8E. Grayscale: #3E3E3E. Windows color (decimal): -16493967 or 7426564. OLE color: 7426564.

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

Color convert

RGB482113-
CMYK0.960.2700.56
HSL197.06º93.16%22.94%-
HSV(B)197.06º96.46%44.31%-
XYZ6.057.2516.7-
YUV62.21156.6686.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.01%
GREEN value IS 82 (32.42% from 255) = 41.21%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=2.01%
G=41.21%
B=56.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4821130.960.2700.56197.0693.1622.94
Hex45271601B038c55d17
Octal41221611403307030513527
Binary10010100101110001110000011011011100011000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045271; }

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

 H1.HeaderClassName
 {
   color: #045271;
 }
 .AnyTagClassName
 {
   color: #045271;
 }
</style>
background-color css

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

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

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

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

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

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