#46B4F8

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

Shades of Summer Sky #46B4F8

Tints of Summer Sky #46B4F8

Color information

#46B4F8 (or 0x46B4F8) is unknown color: approx Summer Sky. HEX triplet: 46, B4 and F8. RGB value is (70,180,248). Sum of RGB (Red+Green+Blue) = 70+180+248=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #46B4F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B4F8 is #B94B07. Grayscale: #9A9A9A. Windows color (decimal): -12143368 or 16299078. OLE color: 16299078.

HSL color Cylindrical-coordinate representation of color #46B4F8: hue angle of 202.92º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46B4F8 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB70180248-
CMYK0.720.2700.03
HSL202.92º92.71%62.35%-
HSV(B)202.92º71.77%97.25%-
XYZ35.7940.7294.78-
YUV154.86180.5667.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.06%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 248 (97.27% from 255) = 49.80%
R=14.06%
G=36.14%
B=49.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal701802480.720.2700.03202.9292.7162.35
Hex46B4F8481B03cb5d3e
Octal106264370110330331313576
Binary10001101011010011111000100100011011011110010111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,180,248); }

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

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

 a { background-color: rgb(70,180,248); }

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

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

 span { border-color: rgb(70,180,248); }

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