Html Css Color HEX #49A8FA Summer Sky

📋 copy color: '#49A8FA'

red 73 ◦ green 168 ◦ blue 250

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

Shades of Summer Sky #49A8FA

Tints of Summer Sky #49A8FA

RGB

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

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

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

R = 14.87%
G = 34.22%
B = 50.92%

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

#49A8FA (or 0x49A8FA) is known color: Summer Sky. HEX triplet: 49, A8 and FA. RGB value is (73,168,250). Sum of RGB (Red+Green+Blue) = 73+168+250=491 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.87% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #49A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8FA is #B65705. Grayscale: #949494. Windows color (decimal): -11949830 or 16427081. OLE color: 16427081.

HSL color Cylindrical-coordinate representation of color #49A8FA: hue angle of 207.8º 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 #49A8FA is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 168 250 -
CMYK 0.71 0.33 0 0.02
HSL 207.8º 0.95% 0.63% -
HSV(B) 207.8º 0.71% 0.98% -
XYZ 34.01 36.32 95.66 -
YUV 148.94 185.03 73.83 -
System Red Green Blue C M Y K H S L
Decimal 73 168 250 0.71 0.33 0 0.02 207.8 0.95 0.63
Hex 49 A8 FA 47 21 0 2 D0 5F 3F
Octal 111 250 372 107 41 0 2 320 137 77
Binary 1001001 10101000 11111010 1000111 100001 0 10 11010000 1011111 111111

Color Harmonies of #49A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8FA

Black with #49A8FA

Text Example


Text Example

White with #49A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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