#046D7C

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

Shades of Blue Lagoon #046D7C

Tints of Blue Lagoon #046D7C

Color information

#046D7C (or 0x046D7C) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 7C. RGB value is (4,109,124). Sum of RGB (Red+Green+Blue) = 4+109+124=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #046D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D7C is #FB9283. Grayscale: #4F4F4F. Windows color (decimal): -16487044 or 8154372. OLE color: 8154372.

HSL color Cylindrical-coordinate representation of color #046D7C: hue angle of 187.5º 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 #046D7C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4109124-
CMYK0.970.1200.51
HSL187.5º93.75%25.1%-
HSV(B)187.5º96.77%48.63%-
XYZ9.1612.4220.98-
YUV79.32153.2174.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 124 (48.83% from 255) = 52.32%
R=1.69%
G=45.99%
B=52.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41091240.970.1200.51187.593.7525.1
Hex46D7C61C033bc5e19
Octal41551741411406327413631
Binary1001101101111110011000011100011001110111100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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