#4497FF

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

Shades of Cornflower Blue #4497FF

Tints of Cornflower Blue #4497FF

Color information

#4497FF (or 0x4497FF) is unknown color: approx Cornflower Blue. HEX triplet: 44, 97 and FF. RGB value is (68,151,255). Sum of RGB (Red+Green+Blue) = 68+151+255=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 151 (59.38% from 255 or 31.86% 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 #4497FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4497FF is #BB6800. Grayscale: #898989. Windows color (decimal): -12281857 or 16750404. OLE color: 16750404.

HSL color Cylindrical-coordinate representation of color #4497FF: hue angle of 213.37º 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 #4497FF is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68151255-
CMYK0.730.4100
HSL213.37º100%63.33%-
HSV(B)213.37º73.33%100%-
XYZ31.530.5898.85-
YUV138.0419478.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.35%
GREEN value IS 151 (59.38% from 255) = 31.86%
BLUE value IS 255 (100% from 255) = 53.80%
R=14.35%
G=31.86%
B=53.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681512550.730.4100213.3710063.33
Hex4497FF492900d5643f
Octal104227377111510032514477
Binary10001001001011111111111100100110100100110101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4497FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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