#454571

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

Shades of Corn Flower Blue #454571

Tints of Corn Flower Blue #454571

Color information

#454571 (or 0x454571) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 45 and 71. RGB value is (69,69,113). Sum of RGB (Red+Green+Blue) = 69+69+113=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #454571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454571 is #BABA8E. Grayscale: #494949. Windows color (decimal): -12237455 or 7423301. OLE color: 7423301.

HSL color Cylindrical-coordinate representation of color #454571: hue angle of 240º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454571 is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6969113-
CMYK0.390.3900.56
HSL240º24.18%35.69%-
HSV(B)240º38.94%44.31%-
XYZ7.566.7116.52-
YUV74.02150124.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=27.49%
G=27.49%
B=45.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69691130.390.3900.5624024.1835.69
Hex4545712727038f01824
Octal10510516147470703603044
Binary10001011000101111000110011110011101110001111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454571; }

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

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

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

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

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

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

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

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