#46b8e6

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

Shades of Summer Sky #46B8E6

Tints of Summer Sky #46B8E6

Color information

#46B8E6 (or 0x46B8E6) is unknown color: approx Summer Sky. HEX triplet: 46, B8 and E6. RGB value is (70,184,230). Sum of RGB (Red+Green+Blue) = 70+184+230=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #46B8E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B8E6 is #B94719. Grayscale: #9A9A9A. Windows color (decimal): -12142362 or 15120454. OLE color: 15120454.

HSL color Cylindrical-coordinate representation of color #46B8E6: hue angle of 197.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46B8E6 is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB70184230-
CMYK0.700.200.10
HSL197.25º76.19%58.82%-
HSV(B)197.25º69.57%90.2%-
XYZ33.9541.381.04-
YUV155.16170.2367.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.46%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=14.46%
G=38.02%
B=47.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal701842300.700.200.10197.2576.1958.82
Hex46B8E646140Ac54c3b
Octal1062703461062401230511473
Binary1000110101110001110011010001101010001010110001011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46b8e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,184,230); }

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

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

 a { background-color: rgb(70,184,230); }

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

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

 span { border-color: rgb(70,184,230); }

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