#46AADD

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

Shades of Summer Sky #46AADD

Tints of Summer Sky #46AADD

Color information

#46AADD (or 0x46AADD) is unknown color: approx Summer Sky. HEX triplet: 46, AA and DD. RGB value is (70,170,221). Sum of RGB (Red+Green+Blue) = 70+170+221=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #46AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AADD is #B95522. Grayscale: #919191. Windows color (decimal): -12145955 or 14527046. OLE color: 14527046.

HSL color Cylindrical-coordinate representation of color #46AADD: hue angle of 200.26º 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 #46AADD is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70170221-
CMYK0.680.2300.13
HSL200.26º68.95%57.06%-
HSV(B)200.26º68.33%86.67%-
XYZ29.9535.2773.64-
YUV145.91170.3773.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.18%
GREEN value IS 170 (66.80% from 255) = 36.88%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=15.18%
G=36.88%
B=47.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701702210.680.2300.13200.2668.9557.06
Hex46AADD44170Dc84539
Octal1062523351042701531010571
Binary1000110101010101101110110001001011101101110010001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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