#46b2eb

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

Shades of Summer Sky #46B2EB

Tints of Summer Sky #46B2EB

Color information

#46B2EB (or 0x46B2EB) is unknown color: approx Summer Sky. HEX triplet: 46, B2 and EB. RGB value is (70,178,235). Sum of RGB (Red+Green+Blue) = 70+178+235=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #46B2EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46B2EB is #B94D14. Grayscale: #979797. Windows color (decimal): -12143893 or 15446598. OLE color: 15446598.

HSL color Cylindrical-coordinate representation of color #46B2EB: hue angle of 200.73º 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 #46B2EB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB70178235-
CMYK0.700.2400.08
HSL200.73º80.49%59.8%-
HSV(B)200.73º70.21%92.16%-
XYZ33.4439.1484.39-
YUV152.21174.7269.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.49%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=14.49%
G=36.85%
B=48.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal701782350.700.2400.08200.7380.4959.8
Hex46B2EB461808c9503c
Octal1062623531063001031112074
Binary1000110101100101110101110001101100001000110010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46b2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,178,235); }

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

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

 a { background-color: rgb(70,178,235); }

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

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

 span { border-color: rgb(70,178,235); }

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