#46A0F2

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

Shades of Summer Sky #46A0F2

Tints of Summer Sky #46A0F2

Color information

#46A0F2 (or 0x46A0F2) is unknown color: approx Summer Sky. HEX triplet: 46, A0 and F2. RGB value is (70,160,242). Sum of RGB (Red+Green+Blue) = 70+160+242=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #46A0F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46A0F2 is #B95F0D. Grayscale: #8E8E8E. Windows color (decimal): -12148494 or 15900742. OLE color: 15900742.

HSL color Cylindrical-coordinate representation of color #46A0F2: hue angle of 208.6º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46A0F2 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB70160242-
CMYK0.710.3400.05
HSL208.6º86.87%61.18%-
HSV(B)208.6º71.07%94.9%-
XYZ31.1232.8588.71-
YUV142.44184.1876.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.83%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 242 (94.92% from 255) = 51.27%
R=14.83%
G=33.90%
B=51.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal701602420.710.3400.05208.686.8761.18
Hex46A0F2472205d1573d
Octal106240362107420532112775
Binary1000110101000001111001010001111000100101110100011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,160,242); }

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

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

 a { background-color: rgb(70,160,242); }

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

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

 span { border-color: rgb(70,160,242); }

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