#46A9DD

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

Shades of Summer Sky #46A9DD

Tints of Summer Sky #46A9DD

Color information

#46A9DD (or 0x46A9DD) is unknown color: approx Summer Sky. HEX triplet: 46, A9 and DD. RGB value is (70,169,221). Sum of RGB (Red+Green+Blue) = 70+169+221=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #46A9DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A9DD is #B95622. Grayscale: #919191. Windows color (decimal): -12146211 or 14526790. OLE color: 14526790.

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

Color convert

RGB70169221-
CMYK0.680.2400.13
HSL200.66º68.95%57.06%-
HSV(B)200.66º68.33%86.67%-
XYZ29.7634.973.57-
YUV145.33170.774.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 169 (66.41% from 255) = 36.74%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=15.22%
G=36.74%
B=48.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701692210.680.2400.13200.6668.9557.06
Hex46A9DD44180Dc94539
Octal1062513351043001531110571
Binary1000110101010011101110110001001100001101110010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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