#454273

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

Shades of Corn Flower Blue #454273

Tints of Corn Flower Blue #454273

Color information

#454273 (or 0x454273) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 42 and 73. RGB value is (69,66,115). Sum of RGB (Red+Green+Blue) = 69+66+115=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #454273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454273 is #BABD8C. Grayscale: #484848. Windows color (decimal): -12238221 or 7553605. OLE color: 7553605.

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

Color convert

RGB6966115-
CMYK0.40.4300.55
HSL243.67º27.07%35.49%-
HSV(B)243.67º42.61%45.1%-
XYZ7.56.417.06-
YUV72.48151.99125.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 115 (45.31% from 255) = 46%
R=27.6%
G=26.4%
B=46%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69661150.40.4300.55243.6727.0735.49
Hex454273282B037f41b23
Octal10510216350530673643343
Binary10001011000010111001110100010101101101111111010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454273; }

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

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

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

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

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

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

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

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