Html Css Color HEX #4992FE Cornflower Blue

📋 copy color: '#4992FE'

red 73 ◦ green 146 ◦ blue 254

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

Shades of Cornflower Blue #4992FE

Tints of Cornflower Blue #4992FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

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

R = 15.43%
G = 30.87%
B = 53.7%

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

#4992FE (or 0x4992FE) is known color: Cornflower Blue. HEX triplet: 49, 92 and FE. RGB value is (73,146,254). Sum of RGB (Red+Green+Blue) = 73+146+254=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #4992FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4992FE is #B66D01. Grayscale: #878787. Windows color (decimal): -11955458 or 16683593. OLE color: 16683593.

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

Color convert

RGB 73 146 254 -
CMYK 0.71 0.43 0 0.00
HSL 215.8º 0.99% 0.64% -
HSV(B) 215.8º 0.71% 1% -
XYZ 30.92 29.13 97.76 -
YUV 136.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 73 146 254 0.71 0.43 0 0.00 215.8 0.99 0.64
Hex 49 92 FE 47 2B 0 0 D8 63 40
Octal 111 222 376 107 53 0 0 330 143 100
Binary 1001001 10010010 11111110 1000111 101011 0 0 11011000 1100011 1000000

Color Harmonies of #4992FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992FE

Black with #4992FE

Text Example


Text Example

White with #4992FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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