#046E7F

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

Shades of Blue Lagoon #046E7F

Tints of Blue Lagoon #046E7F

Color information

#046E7F (or 0x046E7F) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6E and 7F. RGB value is (4,110,127). Sum of RGB (Red+Green+Blue) = 4+110+127=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #046E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E7F is #FB9180. Grayscale: #505050. Windows color (decimal): -16486785 or 8351236. OLE color: 8351236.

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

Color convert

RGB4110127-
CMYK0.970.1300.50
HSL188.29º93.89%25.69%-
HSV(B)188.29º96.85%49.8%-
XYZ9.4612.7122.03-
YUV80.24154.3873.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 110 (43.36% from 255) = 45.64%
BLUE value IS 127 (50% from 255) = 52.70%
R=1.66%
G=45.64%
B=52.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41101270.970.1300.50188.2993.8925.69
Hex46E7F61D032bc5e1a
Octal41561771411506227413632
Binary1001101110111111111000011101011001010111100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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