#046377

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

Shades of Blue Lagoon #046377

Tints of Blue Lagoon #046377

Color information

#046377 (or 0x046377) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 77. RGB value is (4,99,119). Sum of RGB (Red+Green+Blue) = 4+99+119=222 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.80% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #046377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046377 is #FB9C88. Grayscale: #484848. Windows color (decimal): -16489609 or 7824132. OLE color: 7824132.

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

Color convert

RGB499119-
CMYK0.970.1700.53
HSL190.43º93.5%24.12%-
HSV(B)190.43º96.64%46.67%-
XYZ7.8410.2819.02-
YUV72.88154.0378.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.80%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=1.80%
G=44.59%
B=53.60%

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
Decimal4991190.970.1700.53190.4393.524.12
Hex463776111035be5d18
Octal41431671412106527613530
Binary10011000111110111110000110001011010110111110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046377; }

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

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

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

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

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

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

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

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