#464479

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

Shades of Corn Flower Blue #464479

Tints of Corn Flower Blue #464479

Color information

#464479 (or 0x464479) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 44 and 79. RGB value is (70,68,121). Sum of RGB (Red+Green+Blue) = 70+68+121=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #464479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464479 is #B9BB86. Grayscale: #4A4A4A. Windows color (decimal): -12172167 or 7947334. OLE color: 7947334.

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

Color convert

RGB7068121-
CMYK0.420.4400.53
HSL242.26º28.04%37.06%-
HSV(B)242.26º43.8%47.45%-
XYZ8.046.8218.98-
YUV74.64154.16124.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 121 (47.66% from 255) = 46.72%
R=27.03%
G=26.25%
B=46.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70681210.420.4400.53242.2628.0437.06
Hex4644792A2C035f21c25
Octal10610417152540653623445
Binary10001101000100111100110101010110001101011111001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464479; }

 p { color: rgb(70,68,121); }

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

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

 a { background-color: rgb(70,68,121); }

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

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

 span { border-color: rgb(70,68,121); }

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