Html Css Color HEX #49A2F6 Cornflower Blue

📋 copy color: '#49A2F6'

red 73 ◦ green 162 ◦ blue 246

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

Shades of Cornflower Blue #49A2F6

Tints of Cornflower Blue #49A2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.14%

R = 15.18%
G = 33.68%
B = 51.14%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#49A2F6 (or 0x49A2F6) is known color: Cornflower Blue. HEX triplet: 49, A2 and F6. RGB value is (73,162,246). Sum of RGB (Red+Green+Blue) = 73+162+246=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #49A2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2F6 is #B65D09. Grayscale: #909090. Windows color (decimal): -11951370 or 16163401. OLE color: 16163401.

HSL color Cylindrical-coordinate representation of color #49A2F6: hue angle of 209.13º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49A2F6 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 73 162 246 -
CMYK 0.70 0.34 0 0.04
HSL 209.13º 0.91% 0.63% -
HSV(B) 209.13º 0.7% 0.96% -
XYZ 32.3 33.91 92.03 -
YUV 144.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 73 162 246 0.70 0.34 0 0.04 209.13 0.91 0.63
Hex 49 A2 F6 46 22 0 4 D1 5B 3F
Octal 111 242 366 106 42 0 4 321 133 77
Binary 1001001 10100010 11110110 1000110 100010 0 100 11010001 1011011 111111

Color Harmonies of #49A2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A2F6

Black with #49A2F6

Text Example


Text Example

White with #49A2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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