#454A76

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

Shades of Corn Flower Blue #454A76

Tints of Corn Flower Blue #454A76

Color information

#454A76 (or 0x454A76) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 4A and 76. RGB value is (69,74,118). Sum of RGB (Red+Green+Blue) = 69+74+118=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #454A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A76 is #BAB589. Grayscale: #4D4D4D. Windows color (decimal): -12236170 or 7752261. OLE color: 7752261.

HSL color Cylindrical-coordinate representation of color #454A76: hue angle of 233.88º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454A76 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6974118-
CMYK0.420.3700.54
HSL233.88º26.2%36.67%-
HSV(B)233.88º41.53%46.27%-
XYZ8.177.4718.15-
YUV77.52150.84121.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=26.44%
G=28.35%
B=45.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69741180.420.3700.54233.8826.236.67
Hex454A762A25036ea1a25
Octal10511216652450663523245
Binary10001011001010111011010101010010101101101110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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