#045678

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

Shades of Blue Lagoon #045678

Tints of Blue Lagoon #045678

Color information

#045678 (or 0x045678) is unknown color: approx Blue Lagoon. HEX triplet: 04, 56 and 78. RGB value is (4,86,120). Sum of RGB (Red+Green+Blue) = 4+86+120=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #045678 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045678 is #FBA987. Grayscale: #414141. Windows color (decimal): -16492936 or 7886340. OLE color: 7886340.

HSL color Cylindrical-coordinate representation of color #045678: hue angle of 197.59º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045678 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB486120-
CMYK0.970.2800.53
HSL197.59º93.55%24.31%-
HSV(B)197.59º96.67%47.06%-
XYZ6.778.0418.96-
YUV65.36158.8384.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=1.90%
G=40.95%
B=57.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4861200.970.2800.53197.5993.5524.31
Hex45678611C035c65e18
Octal41261701413406530613630
Binary10010101101111000110000111100011010111000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045678; }

 p { color: rgb(4,86,120); }

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

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

 a { background-color: rgb(4,86,120); }

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

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

 span { border-color: rgb(4,86,120); }

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