#46A8DE

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

Shades of Summer Sky #46A8DE

Tints of Summer Sky #46A8DE

Color information

#46A8DE (or 0x46A8DE) is unknown color: approx Summer Sky. HEX triplet: 46, A8 and DE. RGB value is (70,168,222). Sum of RGB (Red+Green+Blue) = 70+168+222=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #46A8DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A8DE is #B95721. Grayscale: #909090. Windows color (decimal): -12146466 or 14592070. OLE color: 14592070.

HSL color Cylindrical-coordinate representation of color #46A8DE: hue angle of 201.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46A8DE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70168222-
CMYK0.680.2400.13
HSL201.32º69.72%57.25%-
HSV(B)201.32º68.47%87.06%-
XYZ29.7134.5874.22-
YUV144.85171.5374.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.22%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 222 (87.11% from 255) = 48.26%
R=15.22%
G=36.52%
B=48.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701682220.680.2400.13201.3269.7257.25
Hex46A8DE44180Dc94639
Octal1062503361043001531110671
Binary1000110101010001101111010001001100001101110010011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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