#49B2FE

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

Shades of Summer Sky #49B2FE

Tints of Summer Sky #49B2FE

Color information

#49B2FE (or 0x49B2FE) is unknown color: approx Summer Sky. HEX triplet: 49, B2 and FE. RGB value is (73,178,254). Sum of RGB (Red+Green+Blue) = 73+178+254=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #49B2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B2FE is #B64D01. Grayscale: #9A9A9A. Windows color (decimal): -11947266 or 16691785. OLE color: 16691785.

HSL color Cylindrical-coordinate representation of color #49B2FE: hue angle of 205.19º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B2FE is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB73178254-
CMYK0.710.3000.00
HSL205.19º98.91%64.12%-
HSV(B)205.19º71.26%99.61%-
XYZ36.5640.4199.64-
YUV155.27183.7169.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.46%
GREEN value IS 178 (69.92% from 255) = 35.25%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=14.46%
G=35.25%
B=50.30%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal731782540.710.3000.00205.1998.9164.12
Hex49B2FE471E00cd6340
Octal1112623761073600315143100
Binary10010011011001011111110100011111110001100110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49B2FE; }

 p { color: rgb(73,178,254); }

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

<style>
 a { background-color: #49B2FE; }

 a { background-color: rgb(73,178,254); }

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

<style>
 span { border-color: #49B2FE; }

 span { border-color: rgb(73,178,254); }

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