Html Css Color HEX #49A1F7 Cornflower Blue

📋 copy color: '#49A1F7'

red 73 ◦ green 161 ◦ blue 247

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

Shades of Cornflower Blue #49A1F7

Tints of Cornflower Blue #49A1F7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 247 (96.88% from 255) = 51.35%

R = 15.18%
G = 33.47%
B = 51.35%

CMYK

 C value IS 0.70

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#49A1F7 (or 0x49A1F7) is known color: Cornflower Blue. HEX triplet: 49, A1 and F7. RGB value is (73,161,247). Sum of RGB (Red+Green+Blue) = 73+161+247=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #49A1F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A1F7 is #B65E08. Grayscale: #909090. Windows color (decimal): -11951625 or 16228681. OLE color: 16228681.

HSL color Cylindrical-coordinate representation of color #49A1F7: hue angle of 209.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49A1F7 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 161 247 -
CMYK 0.70 0.35 0 0.03
HSL 209.66º 0.92% 0.63% -
HSV(B) 209.66º 0.7% 0.97% -
XYZ 32.28 33.62 92.78 -
YUV 144.49 185.85 77.01 -
System Red Green Blue C M Y K H S L
Decimal 73 161 247 0.70 0.35 0 0.03 209.66 0.92 0.63
Hex 49 A1 F7 46 23 0 3 D2 5C 3F
Octal 111 241 367 106 43 0 3 322 134 77
Binary 1001001 10100001 11110111 1000110 100011 0 11 11010010 1011100 111111

Color Harmonies of #49A1F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A1F7

Black with #49A1F7

Text Example


Text Example

White with #49A1F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,247); }

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

background-color css

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

 a { background-color: rgb(73,161,247); }

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

border-color css

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

 span { border-color: rgb(73,161,247); }

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