#46B0F9

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

Shades of Summer Sky #46B0F9

Tints of Summer Sky #46B0F9

Color information

#46B0F9 (or 0x46B0F9) is unknown color: approx Summer Sky. HEX triplet: 46, B0 and F9. RGB value is (70,176,249). Sum of RGB (Red+Green+Blue) = 70+176+249=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #46B0F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46B0F9 is #B94F06. Grayscale: #989898. Windows color (decimal): -12144391 or 16363590. OLE color: 16363590.

HSL color Cylindrical-coordinate representation of color #46B0F9: hue angle of 204.47º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46B0F9 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB70176249-
CMYK0.720.2900.02
HSL204.47º93.72%62.55%-
HSV(B)204.47º71.89%97.65%-
XYZ35.1539.1995.33-
YUV152.63182.3869.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 249 (97.66% from 255) = 50.30%
R=14.14%
G=35.56%
B=50.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal701762490.720.2900.02204.4793.7262.55
Hex46B0F9481D02cc5e3f
Octal106260371110350231413677
Binary10001101011000011111001100100011101010110011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,176,249); }

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

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

 a { background-color: rgb(70,176,249); }

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

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

 span { border-color: rgb(70,176,249); }

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