Html Css Color HEX #49A9F2 Summer Sky

📋 copy color: '#49A9F2'

red 73 ◦ green 169 ◦ blue 242

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

Shades of Summer Sky #49A9F2

Tints of Summer Sky #49A9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.92%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 15.08%
G = 34.92%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49A9F2 (or 0x49A9F2) is known color: Summer Sky. HEX triplet: 49, A9 and F2. RGB value is (73,169,242). Sum of RGB (Red+Green+Blue) = 73+169+242=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #49A9F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A9F2 is #B6560D. Grayscale: #949494. Windows color (decimal): -11949582 or 15903049. OLE color: 15903049.

HSL color Cylindrical-coordinate representation of color #49A9F2: hue angle of 205.92º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49A9F2 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 169 242 -
CMYK 0.70 0.30 0 0.05
HSL 205.92º 0.87% 0.62% -
HSV(B) 205.92º 0.7% 0.95% -
XYZ 32.96 36.2 89.26 -
YUV 148.62 180.7 74.06 -
System Red Green Blue C M Y K H S L
Decimal 73 169 242 0.70 0.30 0 0.05 205.92 0.87 0.62
Hex 49 A9 F2 46 1E 0 5 CE 57 3E
Octal 111 251 362 106 36 0 5 316 127 76
Binary 1001001 10101001 11110010 1000110 11110 0 101 11001110 1010111 111110

Color Harmonies of #49A9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A9F2

Black with #49A9F2

Text Example


Text Example

White with #49A9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,169,242); }

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

background-color css

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

 a { background-color: rgb(73,169,242); }

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

border-color css

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

 span { border-color: rgb(73,169,242); }

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