#454978

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

Shades of Corn Flower Blue #454978

Tints of Corn Flower Blue #454978

Color information

#454978 (or 0x454978) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 78. RGB value is (69,73,120). Sum of RGB (Red+Green+Blue) = 69+73+120=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #454978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454978 is #BAB687. Grayscale: #4C4C4C. Windows color (decimal): -12236424 or 7883077. OLE color: 7883077.

HSL color Cylindrical-coordinate representation of color #454978: hue angle of 235.29º 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 #454978 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6973120-
CMYK0.420.3900.53
HSL235.29º26.98%37.06%-
HSV(B)235.29º42.5%47.06%-
XYZ8.237.3918.76-
YUV77.16152.17122.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=26.34%
G=27.86%
B=45.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69731200.420.3900.53235.2926.9837.06
Hex4549782A27035eb1b25
Octal10511117052470653533345
Binary10001011001001111100010101010011101101011110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454978; }

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

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

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

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

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

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

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

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