#46A5EA

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

Shades of Summer Sky #46A5EA

Tints of Summer Sky #46A5EA

Color information

#46A5EA (or 0x46A5EA) is unknown color: approx Summer Sky. HEX triplet: 46, A5 and EA. RGB value is (70,165,234). Sum of RGB (Red+Green+Blue) = 70+165+234=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #46A5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A5EA is #B95A15. Grayscale: #909090. Windows color (decimal): -12147222 or 15377734. OLE color: 15377734.

HSL color Cylindrical-coordinate representation of color #46A5EA: hue angle of 205.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46A5EA is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70165234-
CMYK0.700.2900.08
HSL205.24º79.61%59.61%-
HSV(B)205.24º70.09%91.76%-
XYZ30.8334.1582.81-
YUV144.46178.5374.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.93%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=14.93%
G=35.18%
B=49.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701652340.700.2900.08205.2479.6159.61
Hex46A5EA461D08cd503c
Octal1062453521063501031512074
Binary1000110101001011110101010001101110101000110011011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,165,234); }

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

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

 a { background-color: rgb(70,165,234); }

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

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

 span { border-color: rgb(70,165,234); }

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