#464976

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

Shades of Corn Flower Blue #464976

Tints of Corn Flower Blue #464976

Color information

#464976 (or 0x464976) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 49 and 76. RGB value is (70,73,118). Sum of RGB (Red+Green+Blue) = 70+73+118=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 73 (28.91% from 255 or 27.97% 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 #464976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464976 is #B9B689. Grayscale: #4D4D4D. Windows color (decimal): -12170890 or 7752006. OLE color: 7752006.

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

Color convert

RGB7073118-
CMYK0.410.3800.54
HSL236.25º25.53%36.86%-
HSV(B)236.25º40.68%46.27%-
XYZ8.187.3818.13-
YUV77.23151.01122.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=26.82%
G=27.97%
B=45.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70731180.410.3800.54236.2525.5336.86
Hex4649762926036ec1a25
Octal10611116651460663543245
Binary10001101001001111011010100110011001101101110110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464976; }

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

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

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

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

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

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

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

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