#045874

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

Shades of Blue Lagoon #045874

Tints of Blue Lagoon #045874

Color information

#045874 (or 0x045874) is unknown color: approx Blue Lagoon. HEX triplet: 04, 58 and 74. RGB value is (4,88,116). Sum of RGB (Red+Green+Blue) = 4+88+116=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #045874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045874 is #FBA78B. Grayscale: #414141. Windows color (decimal): -16492428 or 7624708. OLE color: 7624708.

HSL color Cylindrical-coordinate representation of color #045874: hue angle of 195º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045874 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB488116-
CMYK0.970.2400.55
HSL195º93.33%23.53%-
HSV(B)195º96.55%45.49%-
XYZ6.698.2717.77-
YUV66.08156.1783.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=1.92%
G=42.31%
B=55.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4881160.970.2400.5519593.3323.53
Hex458746118037c35d18
Octal41301641413006730313530
Binary10010110001110100110000111000011011111000011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045874; }

 p { color: rgb(4,88,116); }

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

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

 a { background-color: rgb(4,88,116); }

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

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

 span { border-color: rgb(4,88,116); }

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