#46B5F4

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

Shades of Summer Sky #46B5F4

Tints of Summer Sky #46B5F4

Color information

#46B5F4 (or 0x46B5F4) is unknown color: approx Summer Sky. HEX triplet: 46, B5 and F4. RGB value is (70,181,244). Sum of RGB (Red+Green+Blue) = 70+181+244=495 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.14% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #46B5F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46B5F4 is #B94A0B. Grayscale: #9A9A9A. Windows color (decimal): -12143116 or 16037190. OLE color: 16037190.

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

Color convert

RGB70181244-
CMYK0.710.2600.04
HSL201.72º88.78%61.57%-
HSV(B)201.72º71.31%95.69%-
XYZ35.3840.8891.61-
YUV154.99178.2367.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.14%
GREEN value IS 181 (71.09% from 255) = 36.57%
BLUE value IS 244 (95.70% from 255) = 49.29%
R=14.14%
G=36.57%
B=49.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal701812440.710.2600.04201.7288.7861.57
Hex46B5F4471A04ca593e
Octal106265364107320431213176
Binary100011010110101111101001000111110100100110010101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46B5F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,181,244); }

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

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

 a { background-color: rgb(70,181,244); }

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

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

 span { border-color: rgb(70,181,244); }

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