#46A3D7

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

Shades of Summer Sky #46A3D7

Tints of Summer Sky #46A3D7

Color information

#46A3D7 (or 0x46A3D7) is unknown color: approx Summer Sky. HEX triplet: 46, A3 and D7. RGB value is (70,163,215). Sum of RGB (Red+Green+Blue) = 70+163+215=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #46A3D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A3D7 is #B95C28. Grayscale: #8C8C8C. Windows color (decimal): -12147753 or 14132038. OLE color: 14132038.

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

Color convert

RGB70163215-
CMYK0.670.2400.16
HSL201.52º64.44%55.88%-
HSV(B)201.52º67.44%84.31%-
XYZ27.8932.469.07-
YUV141.12169.6977.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.62%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 215 (84.38% from 255) = 47.99%
R=15.62%
G=36.38%
B=47.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701632150.670.2400.16201.5264.4455.88
Hex46A3D74318010ca4038
Octal1062433271033002031210070
Binary10001101010001111010111100001111000010000110010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,163,215); }

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

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

 a { background-color: rgb(70,163,215); }

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

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

 span { border-color: rgb(70,163,215); }

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