#46A2D9

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

Shades of Summer Sky #46A2D9

Tints of Summer Sky #46A2D9

Color information

#46A2D9 (or 0x46A2D9) is unknown color: approx Summer Sky. HEX triplet: 46, A2 and D9. RGB value is (70,162,217). Sum of RGB (Red+Green+Blue) = 70+162+217=449 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.59% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 217 (85.16% from 255 or 48.33% from 449); Max value from RGB is 217 - color contains mainly: blue. Hex color #46A2D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A2D9 is #B95D26. Grayscale: #8C8C8C. Windows color (decimal): -12148007 or 14262854. OLE color: 14262854.

HSL color Cylindrical-coordinate representation of color #46A2D9: hue angle of 202.45º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46A2D9 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70162217-
CMYK0.680.2500.15
HSL202.45º65.92%56.27%-
HSV(B)202.45º67.74%85.1%-
XYZ27.9732.1570.38-
YUV140.76171.0277.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.59%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 217 (85.16% from 255) = 48.33%
R=15.59%
G=36.08%
B=48.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701622170.680.2500.15202.4565.9256.27
Hex46A2D944190Fca4238
Octal1062423311043101731210270
Binary1000110101000101101100110001001100101111110010101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,162,217); }

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

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

 a { background-color: rgb(70,162,217); }

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

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

 span { border-color: rgb(70,162,217); }

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