#454871

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

Shades of Corn Flower Blue #454871

Tints of Corn Flower Blue #454871

Color information

#454871 (or 0x454871) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 48 and 71. RGB value is (69,72,113). Sum of RGB (Red+Green+Blue) = 69+72+113=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #454871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454871 is #BAB78E. Grayscale: #4B4B4B. Windows color (decimal): -12236687 or 7424069. OLE color: 7424069.

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

Color convert

RGB6972113-
CMYK0.390.3600.56
HSL235.91º24.18%35.69%-
HSV(B)235.91º38.94%44.31%-
XYZ7.757.0916.58-
YUV75.78149.01123.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=27.17%
G=28.35%
B=44.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69721130.390.3600.56235.9124.1835.69
Hex4548712724038ec1824
Octal10511016147440703543044
Binary10001011001000111000110011110010001110001110110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454871; }

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

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

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

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

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

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

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

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