#046A7E

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

Shades of Blue Lagoon #046A7E

Tints of Blue Lagoon #046A7E

Color information

#046A7E (or 0x046A7E) is unknown color: approx Blue Lagoon. HEX triplet: 04, 6A and 7E. RGB value is (4,106,126). Sum of RGB (Red+Green+Blue) = 4+106+126=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #046A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046A7E is #FB9581. Grayscale: #4D4D4D. Windows color (decimal): -16487810 or 8284676. OLE color: 8284676.

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

Color convert

RGB4106126-
CMYK0.970.1600.51
HSL189.84º93.85%25.49%-
HSV(B)189.84º96.83%49.41%-
XYZ8.9711.8421.55-
YUV77.78155.2175.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=1.69%
G=44.92%
B=53.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41061260.970.1600.51189.8493.8525.49
Hex46A7E6110033be5e19
Octal41521761412006327613631
Binary10011010101111110110000110000011001110111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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