#454578

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

Shades of Corn Flower Blue #454578

Tints of Corn Flower Blue #454578

Color information

#454578 (or 0x454578) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 78. RGB value is (69,69,120). Sum of RGB (Red+Green+Blue) = 69+69+120=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #454578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454578 is #BABA87. Grayscale: #4A4A4A. Windows color (decimal): -12237448 or 7882053. OLE color: 7882053.

HSL color Cylindrical-coordinate representation of color #454578: hue angle of 240º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454578 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6969120-
CMYK0.420.4200.53
HSL240º26.98%37.06%-
HSV(B)240º42.5%47.06%-
XYZ7.976.8818.68-
YUV74.81153.5123.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=26.74%
G=26.74%
B=46.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69691200.420.4200.5324026.9837.06
Hex4545782A2A035f01b25
Octal10510517052520653603345
Binary10001011000101111100010101010101001101011111000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454578; }

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

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

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

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

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

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

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

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