Html Css Color HEX #4991FE Cornflower Blue

📋 copy color: '#4991FE'

red 73 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #4991FE

Tints of Cornflower Blue #4991FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.72%

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

R = 15.47%
G = 30.72%
B = 53.81%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4991FE (or 0x4991FE) is known color: Cornflower Blue. HEX triplet: 49, 91 and FE. RGB value is (73,145,254). Sum of RGB (Red+Green+Blue) = 73+145+254=472 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.47% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #4991FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4991FE is #B66E01. Grayscale: #878787. Windows color (decimal): -11955714 or 16683337. OLE color: 16683337.

HSL color Cylindrical-coordinate representation of color #4991FE: hue angle of 216.13º 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 #4991FE is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 145 254 -
CMYK 0.71 0.43 0 0.00
HSL 216.13º 0.99% 0.64% -
HSV(B) 216.13º 0.71% 1% -
XYZ 30.76 28.82 97.71 -
YUV 135.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 73 145 254 0.71 0.43 0 0.00 216.13 0.99 0.64
Hex 49 91 FE 47 2B 0 0 D8 63 40
Octal 111 221 376 107 53 0 0 330 143 100
Binary 1001001 10010001 11111110 1000111 101011 0 0 11011000 1100011 1000000

Color Harmonies of #4991FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991FE

Black with #4991FE

Text Example


Text Example

White with #4991FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4991FE; }

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

 H1.HeaderClassName
 {
   color: #4991FE;
 }
 .AnyTagClassName
 {
   color: #4991FE;
 }
</style>

background-color css

<style>
 a { background-color: #4991FE; }

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

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

border-color css

<style>
 span { border-color: #4991FE; }

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

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