#46A4DD

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

Shades of Summer Sky #46A4DD

Tints of Summer Sky #46A4DD

Color information

#46A4DD (or 0x46A4DD) is unknown color: approx Summer Sky. HEX triplet: 46, A4 and DD. RGB value is (70,164,221). Sum of RGB (Red+Green+Blue) = 70+164+221=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #46A4DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A4DD is #B95B22. Grayscale: #8E8E8E. Windows color (decimal): -12147491 or 14525510. OLE color: 14525510.

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

Color convert

RGB70164221-
CMYK0.680.2600.13
HSL202.65º68.95%57.06%-
HSV(B)202.65º68.33%86.67%-
XYZ28.8533.0773.27-
YUV142.39172.3676.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 164 (64.45% from 255) = 36.04%
BLUE value IS 221 (86.72% from 255) = 48.57%
R=15.38%
G=36.04%
B=48.57%

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
Decimal701642210.680.2600.13202.6568.9557.06
Hex46A4DD441A0Dcb4539
Octal1062443351043201531310571
Binary1000110101001001101110110001001101001101110010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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