#464576

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

Shades of Corn Flower Blue #464576

Tints of Corn Flower Blue #464576

Color information

#464576 (or 0x464576) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 45 and 76. RGB value is (70,69,118). Sum of RGB (Red+Green+Blue) = 70+69+118=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #464576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464576 is #B9BA89. Grayscale: #4A4A4A. Windows color (decimal): -12171914 or 7750982. OLE color: 7750982.

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

Color convert

RGB7069118-
CMYK0.410.4200.54
HSL241.22º26.2%36.67%-
HSV(B)241.22º41.53%46.27%-
XYZ7.926.8718.05-
YUV74.89152.33124.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=27.24%
G=26.85%
B=45.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70691180.410.4200.54241.2226.236.67
Hex464576292A036f11a25
Octal10610516651520663613245
Binary10001101000101111011010100110101001101101111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464576; }

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

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

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

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

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

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

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

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