#453F78

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

Shades of Corn Flower Blue #453F78

Tints of Corn Flower Blue #453F78

Color information

#453F78 (or 0x453F78) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 3F and 78. RGB value is (69,63,120). Sum of RGB (Red+Green+Blue) = 69+63+120=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #453F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453F78 is #BAC087. Grayscale: #474747. Windows color (decimal): -12238984 or 7880517. OLE color: 7880517.

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

Color convert

RGB6963120-
CMYK0.420.4800.53
HSL246.32º31.15%35.88%-
HSV(B)246.32º47.5%47.06%-
XYZ7.626.1818.56-
YUV71.29155.49126.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 47.62%
R=27.38%
G=25%
B=47.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69631200.420.4800.53246.3231.1535.88
Hex453F782A30035f61f24
Octal1057717052600653663744
Binary1000101111111111100010101011000001101011111011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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