#046372

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

Shades of Blue Lagoon #046372

Tints of Blue Lagoon #046372

Color information

#046372 (or 0x046372) is unknown color: approx Blue Lagoon. HEX triplet: 04, 63 and 72. RGB value is (4,99,114). Sum of RGB (Red+Green+Blue) = 4+99+114=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #046372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046372 is #FB9C8D. Grayscale: #484848. Windows color (decimal): -16489614 or 7496452. OLE color: 7496452.

HSL color Cylindrical-coordinate representation of color #046372: hue angle of 188.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046372 is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB499114-
CMYK0.960.1300.55
HSL188.18º93.22%23.14%-
HSV(B)188.18º96.49%44.71%-
XYZ7.5510.1617.48-
YUV72.3151.5379.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=1.84%
G=45.62%
B=52.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4991140.960.1300.55188.1893.2223.14
Hex4637260D037bc5d17
Octal41431621401506727413527
Binary1001100011111001011000001101011011110111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046372; }

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

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

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

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

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

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

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

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