#454971

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

Shades of Corn Flower Blue #454971

Tints of Corn Flower Blue #454971

Color information

#454971 (or 0x454971) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 71. RGB value is (69,73,113). Sum of RGB (Red+Green+Blue) = 69+73+113=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #454971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454971 is #BAB68E. Grayscale: #4C4C4C. Windows color (decimal): -12236431 or 7424325. OLE color: 7424325.

HSL color Cylindrical-coordinate representation of color #454971: hue angle of 234.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454971 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6973113-
CMYK0.390.3500.56
HSL234.55º24.18%35.69%-
HSV(B)234.55º38.94%44.31%-
XYZ7.827.2216.6-
YUV76.36148.67122.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=27.06%
G=28.63%
B=44.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69731130.390.3500.56234.5524.1835.69
Hex4549712723038eb1824
Octal10511116147430703533044
Binary10001011001001111000110011110001101110001110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454971; }

 p { color: rgb(69,73,113); }

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

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

 a { background-color: rgb(69,73,113); }

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

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

 span { border-color: rgb(69,73,113); }

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