#046A72

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

Shades of Blue Lagoon #046A72

Tints of Blue Lagoon #046A72

Color information

#046A72 (or 0x046A72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 72. RGB value is (4,106,114). Sum of RGB (Red+Green+Blue) = 4+106+114=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #046A72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A72 is #FB958D. Grayscale: #4C4C4C. Windows color (decimal): -16487822 or 7498244. OLE color: 7498244.

HSL color Cylindrical-coordinate representation of color #046A72: hue angle of 184.36º 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 #046A72 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4106114-
CMYK0.960.0700.55
HSL184.36º93.22%23.14%-
HSV(B)184.36º96.49%44.71%-
XYZ8.2411.5517.71-
YUV76.41149.2176.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 106 (41.80% from 255) = 47.32%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=1.79%
G=47.32%
B=50.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41061140.960.0700.55184.3693.2223.14
Hex46A72607037b85d17
Octal4152162140706727013527
Binary100110101011100101100000111011011110111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046A72; }

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

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

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

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

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

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

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

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