#454677

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

Shades of Corn Flower Blue #454677

Tints of Corn Flower Blue #454677

Color information

#454677 (or 0x454677) is unknown color: approx Corn Flower Blue. HEX triplet: 45, 46 and 77. RGB value is (69,70,119). Sum of RGB (Red+Green+Blue) = 69+70+119=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #454677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454677 is #BAB988. Grayscale: #4B4B4B. Windows color (decimal): -12237193 or 7816773. OLE color: 7816773.

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

Color convert

RGB6970119-
CMYK0.420.4100.53
HSL238.8º26.6%36.86%-
HSV(B)238.8º42.02%46.67%-
XYZ7.976.9818.38-
YUV75.29152.67123.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=26.74%
G=27.13%
B=46.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69701190.420.4100.53238.826.636.86
Hex4546772A29035ef1b25
Octal10510616752510653573345
Binary10001011000110111011110101010100101101011110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454677; }

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

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

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

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

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

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

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

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