#46A6EC

Color #46A6EC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #46A6EC

Tints of Summer Sky #46A6EC

Color information

#46A6EC (or 0x46A6EC) is unknown color: approx Summer Sky. HEX triplet: 46, A6 and EC. RGB value is (70,166,236). Sum of RGB (Red+Green+Blue) = 70+166+236=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #46A6EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A6EC is #B95913. Grayscale: #909090. Windows color (decimal): -12146964 or 15509062. OLE color: 15509062.

HSL color Cylindrical-coordinate representation of color #46A6EC: hue angle of 205.3º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A6EC is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB70166236-
CMYK0.700.3000.07
HSL205.3º81.37%60%-
HSV(B)205.3º70.34%92.55%-
XYZ31.334.6384.39-
YUV145.28179.274.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.83%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 236 (92.58% from 255) = 50%
R=14.83%
G=35.17%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal701662360.700.3000.07205.381.3760
Hex46A6EC461E07cd513c
Octal106246354106360731512174
Binary100011010100110111011001000110111100111110011011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A6EC; }

 p { color: rgb(70,166,236); }

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

<style>
 a { background-color: #46A6EC; }

 a { background-color: rgb(70,166,236); }

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

<style>
 span { border-color: #46A6EC; }

 span { border-color: rgb(70,166,236); }

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