Html Css Color HEX #49A7FA Summer Sky

📋 copy color: '#49A7FA'

red 73 ◦ green 167 ◦ blue 250

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

Shades of Summer Sky #49A7FA

Tints of Summer Sky #49A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.08%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 14.9%
G = 34.08%
B = 51.02%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49A7FA (or 0x49A7FA) is known color: Summer Sky. HEX triplet: 49, A7 and FA. RGB value is (73,167,250). Sum of RGB (Red+Green+Blue) = 73+167+250=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #49A7FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A7FA is #B65805. Grayscale: #939393. Windows color (decimal): -11950086 or 16426825. OLE color: 16426825.

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

Color convert

RGB 73 167 250 -
CMYK 0.71 0.33 0 0.02
HSL 208.14º 0.95% 0.63% -
HSV(B) 208.14º 0.71% 0.98% -
XYZ 33.82 35.96 95.6 -
YUV 148.36 185.36 74.25 -
System Red Green Blue C M Y K H S L
Decimal 73 167 250 0.71 0.33 0 0.02 208.14 0.95 0.63
Hex 49 A7 FA 47 21 0 2 D0 5F 3F
Octal 111 247 372 107 41 0 2 320 137 77
Binary 1001001 10100111 11111010 1000111 100001 0 10 11010000 1011111 111111

Color Harmonies of #49A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A7FA

Black with #49A7FA

Text Example


Text Example

White with #49A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,167,250); }

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

background-color css

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

 a { background-color: rgb(73,167,250); }

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

border-color css

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

 span { border-color: rgb(73,167,250); }

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