#046D7F

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

Shades of Blue Lagoon #046D7F

Tints of Blue Lagoon #046D7F

Color information

#046D7F (or 0x046D7F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6D and 7F. RGB value is (4,109,127). Sum of RGB (Red+Green+Blue) = 4+109+127=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #046D7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D7F is #FB9280. Grayscale: #4F4F4F. Windows color (decimal): -16487041 or 8350980. OLE color: 8350980.

HSL color Cylindrical-coordinate representation of color #046D7F: hue angle of 188.78º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046D7F is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4109127-
CMYK0.970.1400.50
HSL188.78º93.89%25.69%-
HSV(B)188.78º96.85%49.8%-
XYZ9.3512.522-
YUV79.66154.7174.04-

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.42%
BLUE value IS 127 (50% from 255) = 52.92%
R=1.67%
G=45.42%
B=52.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41091270.970.1400.50188.7893.8925.69
Hex46D7F61E032bd5e1a
Octal41551771411606227513632
Binary1001101101111111111000011110011001010111101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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