#046278

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

Shades of Blue Lagoon #046278

Tints of Blue Lagoon #046278

Color information

#046278 (or 0x046278) is unknown color: approx Blue Lagoon. HEX triplet: 04, 62 and 78. RGB value is (4,98,120). Sum of RGB (Red+Green+Blue) = 4+98+120=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #046278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046278 is #FB9D87. Grayscale: #484848. Windows color (decimal): -16489864 or 7889412. OLE color: 7889412.

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

Color convert

RGB498120-
CMYK0.970.1800.53
HSL191.38º93.55%24.31%-
HSV(B)191.38º96.67%47.06%-
XYZ7.8110.1219.31-
YUV72.4154.8679.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=1.80%
G=44.14%
B=54.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4981200.970.1800.53191.3893.5524.31
Hex462786112035bf5e18
Octal41421701412206527713630
Binary10011000101111000110000110010011010110111111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046278; }

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

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

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

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

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

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

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

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