Html Css Color HEX #49AAFF Summer Sky

📋 copy color: '#49AAFF'

red 73 ◦ green 170 ◦ blue 255

#49AAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #49AAFF

Tints of Summer Sky #49AAFF

RGB

 RED value IS 73 (28.91% from 255) = 14.66%

 GREEN value IS 170 (66.8% from 255) = 34.14%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 14.66%
G = 34.14%
B = 51.2%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49AAFF (or 0x49AAFF) is known color: Summer Sky. HEX triplet: 49, AA and FF. RGB value is (73,170,255). Sum of RGB (Red+Green+Blue) = 73+170+255=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #49AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAFF is #B65500. Grayscale: #969696. Windows color (decimal): -11949313 or 16755273. OLE color: 16755273.

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

Color convert

RGB 73 170 255 -
CMYK 0.71 0.33 0 0
HSL 208.02º 1% 0.64% -
HSV(B) 208.02º 0.71% 1% -
XYZ 35.17 37.39 99.97 -
YUV 150.69 186.86 72.59 -
System Red Green Blue C M Y K H S L
Decimal 73 170 255 0.71 0.33 0 0 208.02 1 0.64
Hex 49 AA FF 47 21 0 0 D0 64 40
Octal 111 252 377 107 41 0 0 320 144 100
Binary 1001001 10101010 11111111 1000111 100001 0 0 11010000 1100100 1000000

Color Harmonies of #49AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAFF

Black with #49AAFF

Text Example


Text Example

White with #49AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,170,255); }

 H1.HeaderClassName
 {
   color: #49AAFF;
 }
 .AnyTagClassName
 {
   color: #49AAFF;
 }
</style>

background-color css

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

 a { background-color: rgb(73,170,255); }

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

border-color css

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

 span { border-color: rgb(73,170,255); }

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