Html Css Color HEX #4992FF Cornflower Blue

📋 copy color: '#4992FF'

red 73 ◦ green 146 ◦ blue 255

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

Shades of Cornflower Blue #4992FF

Tints of Cornflower Blue #4992FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.8%

R = 15.4%
G = 30.8%
B = 53.8%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4992FF (or 0x4992FF) is known color: Cornflower Blue. HEX triplet: 49, 92 and FF. RGB value is (73,146,255). Sum of RGB (Red+Green+Blue) = 73+146+255=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #4992FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4992FF is #B66D00. Grayscale: #888888. Windows color (decimal): -11955457 or 16749129. OLE color: 16749129.

HSL color Cylindrical-coordinate representation of color #4992FF: hue angle of 215.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4992FF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 146 255 -
CMYK 0.71 0.43 0 0
HSL 215.93º 1% 0.64% -
HSV(B) 215.93º 0.71% 1% -
XYZ 31.08 29.19 98.6 -
YUV 136.6 194.82 82.64 -
System Red Green Blue C M Y K H S L
Decimal 73 146 255 0.71 0.43 0 0 215.93 1 0.64
Hex 49 92 FF 47 2B 0 0 D8 64 40
Octal 111 222 377 107 53 0 0 330 144 100
Binary 1001001 10010010 11111111 1000111 101011 0 0 11011000 1100100 1000000

Color Harmonies of #4992FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4992FF

Black with #4992FF

Text Example


Text Example

White with #4992FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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