#046379

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

Shades of Blue Lagoon #046379

Tints of Blue Lagoon #046379

Color information

#046379 (or 0x046379) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 79. RGB value is (4,99,121). Sum of RGB (Red+Green+Blue) = 4+99+121=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #046379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046379 is #FB9C86. Grayscale: #484848. Windows color (decimal): -16489607 or 7955204. OLE color: 7955204.

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

Color convert

RGB499121-
CMYK0.970.1800.53
HSL191.28º93.6%24.51%-
HSV(B)191.28º96.69%47.45%-
XYZ7.9610.3319.66-
YUV73.1155.0378.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=1.79%
G=44.20%
B=54.02%

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
Decimal4991210.970.1800.53191.2893.624.51
Hex463796112035bf5e19
Octal41431711412206527713631
Binary10011000111111001110000110010011010110111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046379; }

 p { color: rgb(4,99,121); }

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

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

 a { background-color: rgb(4,99,121); }

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

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

 span { border-color: rgb(4,99,121); }

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