Html Css Color HEX #49A0FB Cornflower Blue

📋 copy color: '#49A0FB'

red 73 ◦ green 160 ◦ blue 251

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

Shades of Cornflower Blue #49A0FB

Tints of Cornflower Blue #49A0FB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

 BLUE value IS 251 (98.44% from 255) = 51.86%

R = 15.08%
G = 33.06%
B = 51.86%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49A0FB (or 0x49A0FB) is known color: Cornflower Blue. HEX triplet: 49, A0 and FB. RGB value is (73,160,251). Sum of RGB (Red+Green+Blue) = 73+160+251=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #49A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0FB is #B65F04. Grayscale: #8F8F8F. Windows color (decimal): -11951877 or 16490569. OLE color: 16490569.

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

Color convert

RGB 73 160 251 -
CMYK 0.71 0.36 0 0.02
HSL 210.67º 0.96% 0.64% -
HSV(B) 210.67º 0.71% 0.98% -
XYZ 32.73 33.52 96.01 -
YUV 144.36 188.18 77.1 -
System Red Green Blue C M Y K H S L
Decimal 73 160 251 0.71 0.36 0 0.02 210.67 0.96 0.64
Hex 49 A0 FB 47 24 0 2 D3 60 40
Octal 111 240 373 107 44 0 2 323 140 100
Binary 1001001 10100000 11111011 1000111 100100 0 10 11010011 1100000 1000000

Color Harmonies of #49A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0FB

Black with #49A0FB

Text Example


Text Example

White with #49A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,251); }

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

background-color css

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

 a { background-color: rgb(73,160,251); }

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

border-color css

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

 span { border-color: rgb(73,160,251); }

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