#046B72

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

Shades of Blue Lagoon #046B72

Tints of Blue Lagoon #046B72

Color information

#046B72 (or 0x046B72) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6B and 72. RGB value is (4,107,114). Sum of RGB (Red+Green+Blue) = 4+107+114=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #046B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B72 is #FB948D. Grayscale: #4C4C4C. Windows color (decimal): -16487566 or 7498500. OLE color: 7498500.

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

Color convert

RGB4107114-
CMYK0.960.0600.55
HSL183.82º93.22%23.14%-
HSV(B)183.82º96.49%44.71%-
XYZ8.3511.7617.75-
YUV77148.8875.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.78%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=1.78%
G=47.56%
B=50.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41071140.960.0600.55183.8293.2223.14
Hex46B72606037b85d17
Octal4153162140606727013527
Binary100110101111100101100000110011011110111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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