Html Css Color HEX #4996FB Cornflower Blue

📋 copy color: '#4996FB'

red 73 ◦ green 150 ◦ blue 251

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

Shades of Cornflower Blue #4996FB

Tints of Cornflower Blue #4996FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

 BLUE value IS 251 (98.44% from 255) = 52.95%

R = 15.4%
G = 31.65%
B = 52.95%

CMYK

 C value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4996FB (or 0x4996FB) is known color: Cornflower Blue. HEX triplet: 49, 96 and FB. RGB value is (73,150,251). Sum of RGB (Red+Green+Blue) = 73+150+251=474 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.40% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #4996FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4996FB is #B66904. Grayscale: #8A8A8A. Windows color (decimal): -11954437 or 16488009. OLE color: 16488009.

HSL color Cylindrical-coordinate representation of color #4996FB: hue angle of 214.04º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4996FB is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 150 251 -
CMYK 0.71 0.40 0 0.02
HSL 214.04º 0.96% 0.64% -
HSV(B) 214.04º 0.71% 0.98% -
XYZ 31.07 30.19 95.46 -
YUV 138.49 191.49 81.29 -
System Red Green Blue C M Y K H S L
Decimal 73 150 251 0.71 0.40 0 0.02 214.04 0.96 0.64
Hex 49 96 FB 47 28 0 2 D6 60 40
Octal 111 226 373 107 50 0 2 326 140 100
Binary 1001001 10010110 11111011 1000111 101000 0 10 11010110 1100000 1000000

Color Harmonies of #4996FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4996FB

Black with #4996FB

Text Example


Text Example

White with #4996FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4996FB; }

 p { color: rgb(73,150,251); }

 H1.HeaderClassName
 {
   color: #4996FB;
 }
 .AnyTagClassName
 {
   color: #4996FB;
 }
</style>

background-color css

<style>
 a { background-color: #4996FB; }

 a { background-color: rgb(73,150,251); }

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

border-color css

<style>
 span { border-color: #4996FB; }

 span { border-color: rgb(73,150,251); }

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