Html Css Color HEX #49A2FF Cornflower Blue

📋 copy color: '#49A2FF'

red 73 ◦ green 162 ◦ blue 255

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

Shades of Cornflower Blue #49A2FF

Tints of Cornflower Blue #49A2FF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.06%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 14.9%
G = 33.06%
B = 52.04%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49A2FF (or 0x49A2FF) is known color: Cornflower Blue. HEX triplet: 49, A2 and FF. RGB value is (73,162,255). Sum of RGB (Red+Green+Blue) = 73+162+255=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #49A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2FF is #B65D00. Grayscale: #919191. Windows color (decimal): -11951361 or 16753225. OLE color: 16753225.

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

Color convert

RGB 73 162 255 -
CMYK 0.71 0.36 0 0
HSL 210.66º 1% 0.64% -
HSV(B) 210.66º 0.71% 1% -
XYZ 33.72 34.48 99.49 -
YUV 145.99 189.51 75.94 -
System Red Green Blue C M Y K H S L
Decimal 73 162 255 0.71 0.36 0 0 210.66 1 0.64
Hex 49 A2 FF 47 24 0 0 D3 64 40
Octal 111 242 377 107 44 0 0 323 144 100
Binary 1001001 10100010 11111111 1000111 100100 0 0 11010011 1100100 1000000

Color Harmonies of #49A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2FF

Black with #49A2FF

Text Example


Text Example

White with #49A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,255); }

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

background-color css

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

 a { background-color: rgb(73,162,255); }

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

border-color css

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

 span { border-color: rgb(73,162,255); }

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