#454373

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

Shades of Corn Flower Blue #454373

Tints of Corn Flower Blue #454373

Color information

#454373 (or 0x454373) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 43 and 73. RGB value is (69,67,115). Sum of RGB (Red+Green+Blue) = 69+67+115=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #454373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454373 is #BABC8C. Grayscale: #484848. Windows color (decimal): -12237965 or 7553861. OLE color: 7553861.

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

Color convert

RGB6967115-
CMYK0.40.4200.55
HSL242.5º26.37%35.69%-
HSV(B)242.5º41.74%45.1%-
XYZ7.566.5217.08-
YUV73.07151.66125.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=27.49%
G=26.69%
B=45.82%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69671150.40.4200.55242.526.3735.69
Hex454373282A037f21a24
Octal10510316350520673623244
Binary10001011000011111001110100010101001101111111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454373; }

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

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

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

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

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

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

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

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