#46A7D5

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

Shades of Summer Sky #46A7D5

Tints of Summer Sky #46A7D5

Color information

#46A7D5 (or 0x46A7D5) is unknown color: approx Summer Sky. HEX triplet: 46, A7 and D5. RGB value is (70,167,213). Sum of RGB (Red+Green+Blue) = 70+167+213=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #46A7D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A7D5 is #B9582A. Grayscale: #8E8E8E. Windows color (decimal): -12146731 or 14001990. OLE color: 14001990.

HSL color Cylindrical-coordinate representation of color #46A7D5: hue angle of 199.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46A7D5 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70167213-
CMYK0.670.2200.16
HSL199.3º63%55.49%-
HSV(B)199.3º67.14%83.53%-
XYZ28.3533.7467.97-
YUV143.24167.3675.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.56%
GREEN value IS 167 (65.62% from 255) = 37.11%
BLUE value IS 213 (83.59% from 255) = 47.33%
R=15.56%
G=37.11%
B=47.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701672130.670.2200.16199.36355.49
Hex46A7D54316010c73f37
Octal106247325103260203077767
Binary1000110101001111101010110000111011001000011000111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,167,213); }

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

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

 a { background-color: rgb(70,167,213); }

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

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

 span { border-color: rgb(70,167,213); }

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