#4496FF

Color #4496FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4496FF

Tints of Cornflower Blue #4496FF

Color information

#4496FF (or 0x4496FF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 96 and FF. RGB value is (68,150,255). Sum of RGB (Red+Green+Blue) = 68+150+255=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #4496FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4496FF is #BB6900. Grayscale: #888888. Windows color (decimal): -12282113 or 16750148. OLE color: 16750148.

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

Color convert

RGB68150255-
CMYK0.730.4100
HSL213.69º100%63.33%-
HSV(B)213.69º73.33%100%-
XYZ31.3430.2698.8-
YUV137.45194.3378.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.38%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 255 (100% from 255) = 53.91%
R=14.38%
G=31.71%
B=53.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681502550.730.4100213.6910063.33
Hex4496FF492900d6643f
Octal104226377111510032614477
Binary10001001001011011111111100100110100100110101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4496FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4496FF;
 }
 .AnyTagClassName
 {
   color: #4496FF;
 }
</style>
background-color css

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

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

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

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

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

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