#46a9d8

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

Shades of Summer Sky #46A9D8

Tints of Summer Sky #46A9D8

Color information

#46A9D8 (or 0x46A9D8) is unknown color: approx Summer Sky. HEX triplet: 46, A9 and D8. RGB value is (70,169,216). Sum of RGB (Red+Green+Blue) = 70+169+216=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #46A9D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A9D8 is #B95627. Grayscale: #909090. Windows color (decimal): -12146216 or 14199110. OLE color: 14199110.

HSL color Cylindrical-coordinate representation of color #46A9D8: hue angle of 199.32º degrees, saturation: 0.65, 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 #46A9D8 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB70169216-
CMYK0.680.2200.15
HSL199.32º65.18%56.08%-
HSV(B)199.32º67.59%84.71%-
XYZ29.1134.6470.12-
YUV144.76168.274.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.38%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 216 (84.77% from 255) = 47.47%
R=15.38%
G=37.14%
B=47.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal701692160.680.2200.15199.3265.1856.08
Hex46A9D844160Fc74138
Octal1062513301042601730710170
Binary1000110101010011101100010001001011001111110001111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46a9d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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