#046978

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

Shades of Blue Lagoon #046978

Tints of Blue Lagoon #046978

Color information

#046978 (or 0x046978) is unknown color: approx Blue Lagoon. HEX triplet: 04, 69 and 78. RGB value is (4,105,120). Sum of RGB (Red+Green+Blue) = 4+105+120=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #046978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046978 is #FB9687. Grayscale: #4C4C4C. Windows color (decimal): -16488072 or 7891204. OLE color: 7891204.

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

Color convert

RGB4105120-
CMYK0.970.1300.53
HSL187.76º93.55%24.31%-
HSV(B)187.76º96.67%47.06%-
XYZ8.4911.4919.54-
YUV76.51152.5476.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=1.75%
G=45.85%
B=52.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41051200.970.1300.53187.7693.5524.31
Hex4697861D035bc5e18
Octal41511701411506527413630
Binary1001101001111100011000011101011010110111100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046978; }

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

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

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

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

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

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

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

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