Html Css Color HEX #4986FC Cornflower Blue

📋 copy color: '#4986FC'

red 73 ◦ green 134 ◦ blue 252

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

Shades of Cornflower Blue #4986FC

Tints of Cornflower Blue #4986FC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.19%

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

R = 15.9%
G = 29.19%
B = 54.9%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4986FC (or 0x4986FC) is known color: Cornflower Blue. HEX triplet: 49, 86 and FC. RGB value is (73,134,252). Sum of RGB (Red+Green+Blue) = 73+134+252=459 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.90% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #4986FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4986FC is #B67903. Grayscale: #808080. Windows color (decimal): -11958532 or 16549449. OLE color: 16549449.

HSL color Cylindrical-coordinate representation of color #4986FC: hue angle of 219.55º 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 #4986FC is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 134 252 -
CMYK 0.71 0.47 0 0.01
HSL 219.55º 0.97% 0.64% -
HSV(B) 219.55º 0.71% 0.99% -
XYZ 28.84 25.49 95.5 -
YUV 129.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 73 134 252 0.71 0.47 0 0.01 219.55 0.97 0.64
Hex 49 86 FC 47 2F 0 1 DC 61 40
Octal 111 206 374 107 57 0 1 334 141 100
Binary 1001001 10000110 11111100 1000111 101111 0 1 11011100 1100001 1000000

Color Harmonies of #4986FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4986FC

Black with #4986FC

Text Example


Text Example

White with #4986FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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