#46A3DD

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

Shades of Summer Sky #46A3DD

Tints of Summer Sky #46A3DD

Color information

#46A3DD (or 0x46A3DD) is unknown color: approx Summer Sky. HEX triplet: 46, A3 and DD. RGB value is (70,163,221). Sum of RGB (Red+Green+Blue) = 70+163+221=454 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.42% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #46A3DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A3DD is #B95C22. Grayscale: #8D8D8D. Windows color (decimal): -12147747 or 14525254. OLE color: 14525254.

HSL color Cylindrical-coordinate representation of color #46A3DD: hue angle of 203.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46A3DD is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70163221-
CMYK0.680.2600.13
HSL203.05º68.95%57.06%-
HSV(B)203.05º68.33%86.67%-
XYZ28.6732.7273.21-
YUV141.8172.6976.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.42%
GREEN value IS 163 (64.06% from 255) = 35.90%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=15.42%
G=35.90%
B=48.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701632210.680.2600.13203.0568.9557.06
Hex46A3DD441A0Dcb4539
Octal1062433351043201531310571
Binary1000110101000111101110110001001101001101110010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,163,221); }

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

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

 a { background-color: rgb(70,163,221); }

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

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

 span { border-color: rgb(70,163,221); }

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