Html Css Color HEX #4496FE Cornflower Blue

📋 copy color: '#4496FE'

red 68 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #4496FE

Tints of Cornflower Blue #4496FE

RGB

 RED value IS 68 (26.95% from 255) = 14.41%

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

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

R = 14.41%
G = 31.78%
B = 53.81%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4496FE (or 0x4496FE) is known color: Cornflower Blue. HEX triplet: 44, 96 and FE. RGB value is (68,150,254). Sum of RGB (Red+Green+Blue) = 68+150+254=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #4496FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496FE is #BB6901. Grayscale: #888888. Windows color (decimal): -12282114 or 16684612. OLE color: 16684612.

HSL color Cylindrical-coordinate representation of color #4496FE: hue angle of 213.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4496FE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 68 150 254 -
CMYK 0.73 0.41 0 0.00
HSL 213.55º 0.99% 0.63% -
HSV(B) 213.55º 0.73% 1% -
XYZ 31.18 30.2 97.95 -
YUV 137.34 193.83 78.54 -
System Red Green Blue C M Y K H S L
Decimal 68 150 254 0.73 0.41 0 0.00 213.55 0.99 0.63
Hex 44 96 FE 49 29 0 0 D6 63 3F
Octal 104 226 376 111 51 0 0 326 143 77
Binary 1000100 10010110 11111110 1001001 101001 0 0 11010110 1100011 111111

Color Harmonies of #4496FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4496FE

Black with #4496FE

Text Example


Text Example

White with #4496FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,150,254); }

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

background-color css

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

 a { background-color: rgb(68,150,254); }

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

border-color css

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

 span { border-color: rgb(68,150,254); }

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