#046A73

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

Shades of Blue Lagoon #046A73

Tints of Blue Lagoon #046A73

Color information

#046A73 (or 0x046A73) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 73. RGB value is (4,106,115). Sum of RGB (Red+Green+Blue) = 4+106+115=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #046A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A73 is #FB958C. Grayscale: #4C4C4C. Windows color (decimal): -16487821 or 7563780. OLE color: 7563780.

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

Color convert

RGB4106115-
CMYK0.970.0800.55
HSL184.86º93.28%23.33%-
HSV(B)184.86º96.52%45.1%-
XYZ8.311.5718.02-
YUV76.53149.7176.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=1.78%
G=47.11%
B=51.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41061150.970.0800.55184.8693.2823.33
Hex46A73618037b95d17
Octal41521631411006727113527
Binary1001101010111001111000011000011011110111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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