#46BEF6

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

Shades of Summer Sky #46BEF6

Tints of Summer Sky #46BEF6

Color information

#46BEF6 (or 0x46BEF6) is unknown color: approx Summer Sky. HEX triplet: 46, BE and F6. RGB value is (70,190,246). Sum of RGB (Red+Green+Blue) = 70+190+246=506 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.83% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #46BEF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46BEF6 is #B94109. Grayscale: #A0A0A0. Windows color (decimal): -12140810 or 16170566. OLE color: 16170566.

HSL color Cylindrical-coordinate representation of color #46BEF6: hue angle of 199.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46BEF6 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB70190246-
CMYK0.720.2300.04
HSL199.09º90.72%61.96%-
HSV(B)199.09º71.54%96.47%-
XYZ37.5744.7893.85-
YUV160.5176.2463.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.83%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 246 (96.48% from 255) = 48.62%
R=13.83%
G=37.55%
B=48.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal701902460.720.2300.04199.0990.7261.96
Hex46BEF6481704c75b3e
Octal106276366110270430713376
Binary100011010111110111101101001000101110100110001111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,246); }

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

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

 a { background-color: rgb(70,190,246); }

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

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

 span { border-color: rgb(70,190,246); }

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