#464860

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

Shades of Corn Flower Blue #464860

Tints of Corn Flower Blue #464860

Color information

#464860 (or 0x464860) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 48 and 60. RGB value is (70,72,96). Sum of RGB (Red+Green+Blue) = 70+72+96=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #464860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464860 is #B9B79F. Grayscale: #4A4A4A. Windows color (decimal): -12171168 or 6309958. OLE color: 6309958.

HSL color Cylindrical-coordinate representation of color #464860: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464860 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707296-
CMYK0.270.2500.62
HSL235.38º15.66%32.55%-
HSV(B)235.38º27.08%37.65%-
XYZ6.956.7812.01-
YUV74.14140.34125.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=29.41%
G=30.25%
B=40.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7072960.270.2500.62235.3815.6632.55
Hex4648601B1903Eeb1021
Octal10611014033310763532041
Binary100011010010001100000110111100101111101110101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464860; }

 p { color: rgb(70,72,96); }

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

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

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

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

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

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

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