#454A71

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

Shades of Corn Flower Blue #454A71

Tints of Corn Flower Blue #454A71

Color information

#454A71 (or 0x454A71) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 4A and 71. RGB value is (69,74,113). Sum of RGB (Red+Green+Blue) = 69+74+113=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #454A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A71 is #BAB58E. Grayscale: #4C4C4C. Windows color (decimal): -12236175 or 7424581. OLE color: 7424581.

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

Color convert

RGB6974113-
CMYK0.390.3500.56
HSL233.18º24.18%35.69%-
HSV(B)233.18º38.94%44.31%-
XYZ7.887.3616.63-
YUV76.95148.34122.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=26.95%
G=28.91%
B=44.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69741130.390.3500.56233.1824.1835.69
Hex454A712723038e91824
Octal10511216147430703513044
Binary10001011001010111000110011110001101110001110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454A71; }

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

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

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

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

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

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

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

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