Html Css Color HEX #49AADD Summer Sky

📋 copy color: '#49AADD'

red 73 ◦ green 170 ◦ blue 221

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

Shades of Summer Sky #49AADD

Tints of Summer Sky #49AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 15.73%
G = 36.64%
B = 47.63%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49AADD (or 0x49AADD) is known color: Summer Sky. HEX triplet: 49, AA and DD. RGB value is (73,170,221). Sum of RGB (Red+Green+Blue) = 73+170+221=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #49AADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AADD is #B65522. Grayscale: #929292. Windows color (decimal): -11949347 or 14527049. OLE color: 14527049.

HSL color Cylindrical-coordinate representation of color #49AADD: hue angle of 200.68º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AADD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 170 221 -
CMYK 0.67 0.23 0 0.13
HSL 200.68º 0.69% 0.58% -
HSV(B) 200.68º 0.67% 0.87% -
XYZ 30.17 35.39 73.65 -
YUV 146.81 169.86 75.35 -
System Red Green Blue C M Y K H S L
Decimal 73 170 221 0.67 0.23 0 0.13 200.68 0.69 0.58
Hex 49 AA DD 43 17 0 D C9 45 3A
Octal 111 252 335 103 27 0 15 311 105 72
Binary 1001001 10101010 11011101 1000011 10111 0 1101 11001001 1000101 111010

Color Harmonies of #49AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AADD

Black with #49AADD

Text Example


Text Example

White with #49AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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