#045974

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

Shades of Blue Lagoon #045974

Tints of Blue Lagoon #045974

Color information

#045974 (or 0x045974) is unknown color: approx Blue Lagoon. HEX triplet: 04, 59 and 74. RGB value is (4,89,116). Sum of RGB (Red+Green+Blue) = 4+89+116=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #045974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045974 is #FBA68B. Grayscale: #424242. Windows color (decimal): -16492172 or 7624964. OLE color: 7624964.

HSL color Cylindrical-coordinate representation of color #045974: hue angle of 194.46º 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 #045974 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB489116-
CMYK0.970.2300.55
HSL194.46º93.33%23.53%-
HSV(B)194.46º96.55%45.49%-
XYZ6.778.4317.79-
YUV66.66155.8483.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 116 (45.70% from 255) = 55.50%
R=1.91%
G=42.58%
B=55.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4891160.970.2300.55194.4693.3323.53
Hex459746117037c25d18
Octal41311641412706730213530
Binary10010110011110100110000110111011011111000010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045974; }

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

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

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

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

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

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

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

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