Html Css Color HEX #49A3FA Cornflower Blue

📋 copy color: '#49A3FA'

red 73 ◦ green 163 ◦ blue 250

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

Shades of Cornflower Blue #49A3FA

Tints of Cornflower Blue #49A3FA

RGB

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

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

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

R = 15.02%
G = 33.54%
B = 51.44%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49A3FA (or 0x49A3FA) is known color: Cornflower Blue. HEX triplet: 49, A3 and FA. RGB value is (73,163,250). Sum of RGB (Red+Green+Blue) = 73+163+250=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #49A3FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A3FA is #B65C05. Grayscale: #919191. Windows color (decimal): -11951110 or 16425801. OLE color: 16425801.

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

Color convert

RGB 73 163 250 -
CMYK 0.71 0.35 0 0.02
HSL 209.49º 0.95% 0.63% -
HSV(B) 209.49º 0.71% 0.98% -
XYZ 33.1 34.51 95.36 -
YUV 146.01 186.68 75.93 -
System Red Green Blue C M Y K H S L
Decimal 73 163 250 0.71 0.35 0 0.02 209.49 0.95 0.63
Hex 49 A3 FA 47 23 0 2 D1 5F 3F
Octal 111 243 372 107 43 0 2 321 137 77
Binary 1001001 10100011 11111010 1000111 100011 0 10 11010001 1011111 111111

Color Harmonies of #49A3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A3FA

Black with #49A3FA

Text Example


Text Example

White with #49A3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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