#464679

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

Shades of Corn Flower Blue #464679

Tints of Corn Flower Blue #464679

Color information

#464679 (or 0x464679) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 46 and 79. RGB value is (70,70,121). Sum of RGB (Red+Green+Blue) = 70+70+121=261 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.82% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #464679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464679 is #B9B986. Grayscale: #4B4B4B. Windows color (decimal): -12171655 or 7947846. OLE color: 7947846.

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

Color convert

RGB7070121-
CMYK0.420.4200.53
HSL240º26.7%37.45%-
HSV(B)240º42.15%47.45%-
XYZ8.177.0619.02-
YUV75.81153.5123.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.82%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=26.82%
G=26.82%
B=46.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70701210.420.4200.5324026.737.45
Hex4646792A2A035f01b25
Octal10610617152520653603345
Binary10001101000110111100110101010101001101011111000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464679; }

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

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

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

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

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

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

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

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