#046478

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

Shades of Blue Lagoon #046478

Tints of Blue Lagoon #046478

Color information

#046478 (or 0x046478) is unknown color: approx Blue Lagoon. HEX triplet: 04, 64 and 78. RGB value is (4,100,120). Sum of RGB (Red+Green+Blue) = 4+100+120=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #046478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046478 is #FB9B87. Grayscale: #494949. Windows color (decimal): -16489352 or 7889924. OLE color: 7889924.

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

Color convert

RGB4100120-
CMYK0.970.1700.53
HSL190.34º93.55%24.31%-
HSV(B)190.34º96.67%47.06%-
XYZ810.519.37-
YUV73.58154.278.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=1.79%
G=44.64%
B=53.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41001200.970.1700.53190.3493.5524.31
Hex464786111035be5e18
Octal41441701412106527613630
Binary10011001001111000110000110001011010110111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046478; }

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

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

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

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

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

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

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

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