Html Css Color HEX #49A8FE Cornflower Blue

📋 copy color: '#49A8FE'

red 73 ◦ green 168 ◦ blue 254

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

Shades of Cornflower Blue #49A8FE

Tints of Cornflower Blue #49A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 14.75%
G = 33.94%
B = 51.31%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49A8FE (or 0x49A8FE) is known color: Cornflower Blue. HEX triplet: 49, A8 and FE. RGB value is (73,168,254). Sum of RGB (Red+Green+Blue) = 73+168+254=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #49A8FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8FE is #B65701. Grayscale: #949494. Windows color (decimal): -11949826 or 16689225. OLE color: 16689225.

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

Color convert

RGB 73 168 254 -
CMYK 0.71 0.34 0 0.00
HSL 208.51º 0.99% 0.64% -
HSV(B) 208.51º 0.71% 1% -
XYZ 34.64 36.58 99 -
YUV 149.4 187.03 73.51 -
System Red Green Blue C M Y K H S L
Decimal 73 168 254 0.71 0.34 0 0.00 208.51 0.99 0.64
Hex 49 A8 FE 47 22 0 0 D1 63 40
Octal 111 250 376 107 42 0 0 321 143 100
Binary 1001001 10101000 11111110 1000111 100010 0 0 11010001 1100011 1000000

Color Harmonies of #49A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8FE

Black with #49A8FE

Text Example


Text Example

White with #49A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,254); }

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

background-color css

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

 a { background-color: rgb(73,168,254); }

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

border-color css

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

 span { border-color: rgb(73,168,254); }

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