#454977

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

Shades of Corn Flower Blue #454977

Tints of Corn Flower Blue #454977

Color information

#454977 (or 0x454977) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 77. RGB value is (69,73,119). Sum of RGB (Red+Green+Blue) = 69+73+119=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #454977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454977 is #BAB688. Grayscale: #4C4C4C. Windows color (decimal): -12236425 or 7817541. OLE color: 7817541.

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

Color convert

RGB6973119-
CMYK0.420.3900.53
HSL235.2º26.6%36.86%-
HSV(B)235.2º42.02%46.67%-
XYZ8.177.3618.44-
YUV77.05151.67122.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=26.44%
G=27.97%
B=45.59%

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
Decimal69731190.420.3900.53235.226.636.86
Hex4549772A27035eb1b25
Octal10511116752470653533345
Binary10001011001001111011110101010011101101011110101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454977; }

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

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

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

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

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

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

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

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