#454973

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

Shades of Corn Flower Blue #454973

Tints of Corn Flower Blue #454973

Color information

#454973 (or 0x454973) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 73. RGB value is (69,73,115). Sum of RGB (Red+Green+Blue) = 69+73+115=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #454973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454973 is #BAB68C. Grayscale: #4C4C4C. Windows color (decimal): -12236429 or 7555397. OLE color: 7555397.

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

Color convert

RGB6973115-
CMYK0.40.3700.55
HSL234.78º25%36.08%-
HSV(B)234.78º40%45.1%-
XYZ7.937.2717.2-
YUV76.59149.67122.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=26.85%
G=28.40%
B=44.75%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69731150.40.3700.55234.782536.08
Hex4549732825037eb1924
Octal10511116350450673533144
Binary10001011001001111001110100010010101101111110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454973; }

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

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

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

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

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

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

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

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