#454464

Color #454464 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #454464

Tints of Corn Flower Blue #454464

Color information

#454464 (or 0x454464) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 44 and 64. RGB value is (69,68,100). Sum of RGB (Red+Green+Blue) = 69+68+100=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #454464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454464 is #BABB9B. Grayscale: #474747. Windows color (decimal): -12237724 or 6571077. OLE color: 6571077.

HSL color Cylindrical-coordinate representation of color #454464: hue angle of 241.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454464 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6968100-
CMYK0.310.3200.61
HSL241.88º19.05%32.94%-
HSV(B)241.88º32%39.22%-
XYZ6.826.3212.92-
YUV71.95143.83125.9-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=29.11%
G=28.69%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69681000.310.3200.61241.8819.0532.94
Hex4544641F2003Df21321
Octal10510414437400753622341
Binary1000101100010011001001111110000001111011111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454464; }

 p { color: rgb(69,68,100); }

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

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

 a { background-color: rgb(69,68,100); }

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

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

 span { border-color: rgb(69,68,100); }

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