#046578

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

Shades of Blue Lagoon #046578

Tints of Blue Lagoon #046578

Color information

#046578 (or 0x046578) is unknown color: approx Blue Lagoon. HEX triplet: 04, 65 and 78. RGB value is (4,101,120). Sum of RGB (Red+Green+Blue) = 4+101+120=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #046578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046578 is #FB9A87. Grayscale: #494949. Windows color (decimal): -16489096 or 7890180. OLE color: 7890180.

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

Color convert

RGB4101120-
CMYK0.970.1600.53
HSL189.83º93.55%24.31%-
HSV(B)189.83º96.67%47.06%-
XYZ8.0910.6919.41-
YUV74.16153.8677.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=1.78%
G=44.89%
B=53.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41011200.970.1600.53189.8393.5524.31
Hex465786110035be5e18
Octal41451701412006527613630
Binary10011001011111000110000110000011010110111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046578; }

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

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

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

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

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

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

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

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