Html Css Color HEX #49A3F1 Summer Sky

📋 copy color: '#49A3F1'

red 73 ◦ green 163 ◦ blue 241

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

Shades of Summer Sky #49A3F1

Tints of Summer Sky #49A3F1

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

 BLUE value IS 241 (94.53% from 255) = 50.52%

R = 15.3%
G = 34.17%
B = 50.52%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49A3F1 (or 0x49A3F1) is known color: Summer Sky. HEX triplet: 49, A3 and F1. RGB value is (73,163,241). Sum of RGB (Red+Green+Blue) = 73+163+241=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #49A3F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A3F1 is #B65C0E. Grayscale: #909090. Windows color (decimal): -11951119 or 15835977. OLE color: 15835977.

HSL color Cylindrical-coordinate representation of color #49A3F1: hue angle of 207.86º degrees, saturation: 0.86, 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 #49A3F1 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 163 241 -
CMYK 0.70 0.32 0 0.05
HSL 207.86º 0.86% 0.62% -
HSV(B) 207.86º 0.7% 0.95% -
XYZ 31.72 33.96 88.1 -
YUV 144.98 182.18 76.66 -
System Red Green Blue C M Y K H S L
Decimal 73 163 241 0.70 0.32 0 0.05 207.86 0.86 0.62
Hex 49 A3 F1 46 20 0 5 D0 56 3E
Octal 111 243 361 106 40 0 5 320 126 76
Binary 1001001 10100011 11110001 1000110 100000 0 101 11010000 1010110 111110

Color Harmonies of #49A3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A3F1

Black with #49A3F1

Text Example


Text Example

White with #49A3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,241); }

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

background-color css

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

 a { background-color: rgb(73,163,241); }

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

border-color css

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

 span { border-color: rgb(73,163,241); }

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