#045070

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

Shades of Blue Lagoon #045070

Tints of Blue Lagoon #045070

Color information

#045070 (or 0x045070) is unknown color: approx Blue Lagoon. HEX triplet: 04, 50 and 70. RGB value is (4,80,112). Sum of RGB (Red+Green+Blue) = 4+80+112=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #045070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045070 is #FBAF8F. Grayscale: #3C3C3C. Windows color (decimal): -16494480 or 7360516. OLE color: 7360516.

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

Color convert

RGB480112-
CMYK0.960.2900.56
HSL197.78º93.1%22.75%-
HSV(B)197.78º96.43%43.92%-
XYZ5.846.9316.36-
YUV60.92156.8287.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=2.04%
G=40.82%
B=57.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4801120.960.2900.56197.7893.122.75
Hex45070601D038c65d17
Octal41201601403507030613527
Binary10010100001110000110000011101011100011000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045070; }

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

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

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

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

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

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

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

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