Html Css Color HEX #4991FC Cornflower Blue

📋 copy color: '#4991FC'

red 73 ◦ green 145 ◦ blue 252

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

Shades of Cornflower Blue #4991FC

Tints of Cornflower Blue #4991FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 15.53%
G = 30.85%
B = 53.62%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4991FC (or 0x4991FC) is known color: Cornflower Blue. HEX triplet: 49, 91 and FC. RGB value is (73,145,252). Sum of RGB (Red+Green+Blue) = 73+145+252=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #4991FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4991FC is #B66E03. Grayscale: #878787. Windows color (decimal): -11955716 or 16552265. OLE color: 16552265.

HSL color Cylindrical-coordinate representation of color #4991FC: hue angle of 215.87º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4991FC is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 145 252 -
CMYK 0.71 0.42 0 0.01
HSL 215.87º 0.97% 0.64% -
HSV(B) 215.87º 0.71% 0.99% -
XYZ 30.44 28.7 96.03 -
YUV 135.67 193.65 83.3 -
System Red Green Blue C M Y K H S L
Decimal 73 145 252 0.71 0.42 0 0.01 215.87 0.97 0.64
Hex 49 91 FC 47 2A 0 1 D8 61 40
Octal 111 221 374 107 52 0 1 330 141 100
Binary 1001001 10010001 11111100 1000111 101010 0 1 11011000 1100001 1000000

Color Harmonies of #4991FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4991FC

Black with #4991FC

Text Example


Text Example

White with #4991FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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