#046D7E

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

Shades of Blue Lagoon #046D7E

Tints of Blue Lagoon #046D7E

Color information

#046D7E (or 0x046D7E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 7E. RGB value is (4,109,126). Sum of RGB (Red+Green+Blue) = 4+109+126=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #046D7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D7E is #FB9281. Grayscale: #4F4F4F. Windows color (decimal): -16487042 or 8285444. OLE color: 8285444.

HSL color Cylindrical-coordinate representation of color #046D7E: hue angle of 188.36º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D7E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4109126-
CMYK0.970.1300.51
HSL188.36º93.85%25.49%-
HSV(B)188.36º96.83%49.41%-
XYZ9.2812.4721.66-
YUV79.54154.2174.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 109 (42.97% from 255) = 45.61%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=1.67%
G=45.61%
B=52.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41091260.970.1300.51188.3693.8525.49
Hex46D7E61D033bc5e19
Octal41551761411506327413631
Binary1001101101111111011000011101011001110111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,109,126); }

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

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

 a { background-color: rgb(4,109,126); }

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

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

 span { border-color: rgb(4,109,126); }

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