Html Css Color HEX #49AAD7 Summer Sky

📋 copy color: '#49AAD7'

red 73 ◦ green 170 ◦ blue 215

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

Shades of Summer Sky #49AAD7

Tints of Summer Sky #49AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 15.94%
G = 37.12%
B = 46.94%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#49AAD7 (or 0x49AAD7) is known color: Summer Sky. HEX triplet: 49, AA and D7. RGB value is (73,170,215). Sum of RGB (Red+Green+Blue) = 73+170+215=458 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.94% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #49AAD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAD7 is #B65528. Grayscale: #919191. Windows color (decimal): -11949353 or 14133833. OLE color: 14133833.

HSL color Cylindrical-coordinate representation of color #49AAD7: hue angle of 199.01º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49AAD7 is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 170 215 -
CMYK 0.66 0.21 0 0.16
HSL 199.01º 0.64% 0.56% -
HSV(B) 199.01º 0.66% 0.84% -
XYZ 29.39 35.07 69.51 -
YUV 146.13 166.86 75.84 -
System Red Green Blue C M Y K H S L
Decimal 73 170 215 0.66 0.21 0 0.16 199.01 0.64 0.56
Hex 49 AA D7 42 15 0 10 C7 40 38
Octal 111 252 327 102 25 0 20 307 100 70
Binary 1001001 10101010 11010111 1000010 10101 0 10000 11000111 1000000 111000

Color Harmonies of #49AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAD7

Black with #49AAD7

Text Example


Text Example

White with #49AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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