#454873

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

Shades of Corn Flower Blue #454873

Tints of Corn Flower Blue #454873

Color information

#454873 (or 0x454873) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 73. RGB value is (69,72,115). Sum of RGB (Red+Green+Blue) = 69+72+115=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #454873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454873 is #BAB78C. Grayscale: #4B4B4B. Windows color (decimal): -12236685 or 7555141. OLE color: 7555141.

HSL color Cylindrical-coordinate representation of color #454873: hue angle of 236.09º 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 #454873 is Cyan = 0.4, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6972115-
CMYK0.40.3700.55
HSL236.09º25%36.08%-
HSV(B)236.09º40%45.1%-
XYZ7.877.1417.18-
YUV76150.01123-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=26.95%
G=28.12%
B=44.92%

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
Decimal69721150.40.3700.55236.092536.08
Hex4548732825037ec1924
Octal10511016350450673543144
Binary10001011001000111001110100010010101101111110110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454873; }

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

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

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

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

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

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

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

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