#046B6E

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

Shades of Blue Lagoon #046B6E

Tints of Blue Lagoon #046B6E

Color information

#046B6E (or 0x046B6E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6B and 6E. RGB value is (4,107,110). Sum of RGB (Red+Green+Blue) = 4+107+110=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #046B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046B6E is #FB9491. Grayscale: #4C4C4C. Windows color (decimal): -16487570 or 7236356. OLE color: 7236356.

HSL color Cylindrical-coordinate representation of color #046B6E: hue angle of 181.7º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046B6E is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4107110-
CMYK0.960.0300.57
HSL181.7º92.98%22.35%-
HSV(B)181.7º96.36%43.14%-
XYZ8.1211.6716.58-
YUV76.54146.8876.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=1.81%
G=48.42%
B=49.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal41071100.960.0300.57181.792.9822.35
Hex46B6E603039b65d16
Octal4153156140307126613526
Binary10011010111101110110000011011100110110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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