#454976

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

Shades of Corn Flower Blue #454976

Tints of Corn Flower Blue #454976

Color information

#454976 (or 0x454976) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 49 and 76. RGB value is (69,73,118). Sum of RGB (Red+Green+Blue) = 69+73+118=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #454976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454976 is #BAB689. Grayscale: #4C4C4C. Windows color (decimal): -12236426 or 7752005. OLE color: 7752005.

HSL color Cylindrical-coordinate representation of color #454976: hue angle of 235.1º 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 #454976 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6973118-
CMYK0.420.3800.54
HSL235.1º26.2%36.67%-
HSV(B)235.1º41.53%46.27%-
XYZ8.117.3418.13-
YUV76.93151.17122.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 118 (46.48% from 255) = 45.38%
R=26.54%
G=28.08%
B=45.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69731180.420.3800.54235.126.236.67
Hex4549762A26036eb1a25
Octal10511116652460663533245
Binary10001011001001111011010101010011001101101110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454976; }

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

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

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

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

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

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

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

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