#46A8E1

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

Shades of Summer Sky #46A8E1

Tints of Summer Sky #46A8E1

Color information

#46A8E1 (or 0x46A8E1) is unknown color: approx Summer Sky. HEX triplet: 46, A8 and E1. RGB value is (70,168,225). Sum of RGB (Red+Green+Blue) = 70+168+225=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #46A8E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8E1 is #B9571E. Grayscale: #909090. Windows color (decimal): -12146463 or 14788678. OLE color: 14788678.

HSL color Cylindrical-coordinate representation of color #46A8E1: hue angle of 202.06º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46A8E1 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB70168225-
CMYK0.690.2500.12
HSL202.06º72.09%57.84%-
HSV(B)202.06º68.89%88.24%-
XYZ30.1234.7476.35-
YUV145.2173.0374.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.12%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=15.12%
G=36.29%
B=48.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal701682250.690.2500.12202.0672.0957.84
Hex46A8E145190Cca483a
Octal1062503411053101431211072
Binary1000110101010001110000110001011100101100110010101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,168,225); }

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

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

 a { background-color: rgb(70,168,225); }

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

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

 span { border-color: rgb(70,168,225); }

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