#454777

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

Shades of Corn Flower Blue #454777

Tints of Corn Flower Blue #454777

Color information

#454777 (or 0x454777) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 47 and 77. RGB value is (69,71,119). Sum of RGB (Red+Green+Blue) = 69+71+119=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #454777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454777 is #BAB888. Grayscale: #4B4B4B. Windows color (decimal): -12236937 or 7817029. OLE color: 7817029.

HSL color Cylindrical-coordinate representation of color #454777: hue angle of 237.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #454777 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6971119-
CMYK0.420.4000.53
HSL237.6º26.6%36.86%-
HSV(B)237.6º42.02%46.67%-
XYZ8.047.118.4-
YUV75.87152.34123.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=26.64%
G=27.41%
B=45.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69711190.420.4000.53237.626.636.86
Hex4547772A28035ee1b25
Octal10510716752500653563345
Binary10001011000111111011110101010100001101011110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454777; }

 p { color: rgb(69,71,119); }

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

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

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

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

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

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

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