Html Css Color HEX #4997FE Cornflower Blue

📋 copy color: '#4997FE'

red 73 ◦ green 151 ◦ blue 254

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

Shades of Cornflower Blue #4997FE

Tints of Cornflower Blue #4997FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

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

R = 15.27%
G = 31.59%
B = 53.14%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4997FE (or 0x4997FE) is known color: Cornflower Blue. HEX triplet: 49, 97 and FE. RGB value is (73,151,254). Sum of RGB (Red+Green+Blue) = 73+151+254=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #4997FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4997FE is #B66801. Grayscale: #8A8A8A. Windows color (decimal): -11954178 or 16684873. OLE color: 16684873.

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

Color convert

RGB 73 151 254 -
CMYK 0.71 0.41 0 0.00
HSL 214.14º 0.99% 0.64% -
HSV(B) 214.14º 0.71% 1% -
XYZ 31.7 30.71 98.02 -
YUV 139.42 192.66 80.62 -
System Red Green Blue C M Y K H S L
Decimal 73 151 254 0.71 0.41 0 0.00 214.14 0.99 0.64
Hex 49 97 FE 47 29 0 0 D6 63 40
Octal 111 227 376 107 51 0 0 326 143 100
Binary 1001001 10010111 11111110 1000111 101001 0 0 11010110 1100011 1000000

Color Harmonies of #4997FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4997FE

Black with #4997FE

Text Example


Text Example

White with #4997FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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