#453B78

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

Shades of Corn Flower Blue #453B78

Tints of Corn Flower Blue #453B78

Color information

#453B78 (or 0x453B78) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 3B and 78. RGB value is (69,59,120). Sum of RGB (Red+Green+Blue) = 69+59+120=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #453B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453B78 is #BAC487. Grayscale: #444444. Windows color (decimal): -12240008 or 7879493. OLE color: 7879493.

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

Color convert

RGB6959120-
CMYK0.420.5100.53
HSL249.84º34.08%35.1%-
HSV(B)249.84º50.83%47.06%-
XYZ7.415.7518.49-
YUV68.94156.81128.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=27.82%
G=23.79%
B=48.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69591200.420.5100.53249.8434.0835.1
Hex453B782A33035fa2223
Octal1057317052630653724243
Binary10001011110111111000101010110011011010111111010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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