#453C78

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

Shades of Corn Flower Blue #453C78

Tints of Corn Flower Blue #453C78

Color information

#453C78 (or 0x453C78) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 3C and 78. RGB value is (69,60,120). Sum of RGB (Red+Green+Blue) = 69+60+120=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #453C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453C78 is #BAC387. Grayscale: #454545. Windows color (decimal): -12239752 or 7879749. OLE color: 7879749.

HSL color Cylindrical-coordinate representation of color #453C78: hue angle of 249º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #453C78 is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6960120-
CMYK0.420.500.53
HSL249º33.33%35.29%-
HSV(B)249º50%47.06%-
XYZ7.465.8518.51-
YUV69.53156.48127.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=27.71%
G=24.10%
B=48.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69601200.420.500.5324933.3335.29
Hex453C782A32035f92123
Octal1057417052620653714143
Binary10001011111001111000101010110010011010111111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453C78; }

 p { color: rgb(69,60,120); }

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

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

 a { background-color: rgb(69,60,120); }

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

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

 span { border-color: rgb(69,60,120); }

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