Html Css Color HEX #49A8DC Summer Sky

📋 copy color: '#49A8DC'

red 73 ◦ green 168 ◦ blue 220

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

Shades of Summer Sky #49A8DC

Tints of Summer Sky #49A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.44%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 15.84%
G = 36.44%
B = 47.72%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49A8DC (or 0x49A8DC) is known color: Summer Sky. HEX triplet: 49, A8 and DC. RGB value is (73,168,220). Sum of RGB (Red+Green+Blue) = 73+168+220=461 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.84% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #49A8DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8DC is #B65723. Grayscale: #919191. Windows color (decimal): -11949860 or 14461001. OLE color: 14461001.

HSL color Cylindrical-coordinate representation of color #49A8DC: hue angle of 201.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A8DC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 168 220 -
CMYK 0.67 0.24 0 0.14
HSL 201.22º 0.68% 0.57% -
HSV(B) 201.22º 0.67% 0.86% -
XYZ 29.67 34.59 72.82 -
YUV 145.52 170.03 76.27 -
System Red Green Blue C M Y K H S L
Decimal 73 168 220 0.67 0.24 0 0.14 201.22 0.68 0.57
Hex 49 A8 DC 43 18 0 E C9 44 39
Octal 111 250 334 103 30 0 16 311 104 71
Binary 1001001 10101000 11011100 1000011 11000 0 1110 11001001 1000100 111001

Color Harmonies of #49A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8DC

Black with #49A8DC

Text Example


Text Example

White with #49A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,220); }

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

background-color css

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

 a { background-color: rgb(73,168,220); }

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

border-color css

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

 span { border-color: rgb(73,168,220); }

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