#454972

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

Shades of Corn Flower Blue #454972

Tints of Corn Flower Blue #454972

Color information

#454972 (or 0x454972) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 72. RGB value is (69,73,114). Sum of RGB (Red+Green+Blue) = 69+73+114=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #454972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454972 is #BAB68D. Grayscale: #4C4C4C. Windows color (decimal): -12236430 or 7489861. OLE color: 7489861.

HSL color Cylindrical-coordinate representation of color #454972: hue angle of 234.67º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454972 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6973114-
CMYK0.390.3600.55
HSL234.67º24.59%35.88%-
HSV(B)234.67º39.47%44.71%-
XYZ7.877.2516.9-
YUV76.48149.17122.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=26.95%
G=28.52%
B=44.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69731140.390.3600.55234.6724.5935.88
Hex4549722724037eb1924
Octal10511116247440673533144
Binary10001011001001111001010011110010001101111110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454972; }

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

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

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

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

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

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

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

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