#464760

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

Shades of Corn Flower Blue #464760

Tints of Corn Flower Blue #464760

Color information

#464760 (or 0x464760) is unknown color: approx Corn Flower Blue. HEX triplet: 46, 47 and 60. RGB value is (70,71,96). Sum of RGB (Red+Green+Blue) = 70+71+96=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #464760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464760 is #B9B89F. Grayscale: #494949. Windows color (decimal): -12171424 or 6309702. OLE color: 6309702.

HSL color Cylindrical-coordinate representation of color #464760: hue angle of 237.69º 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 #464760 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB707196-
CMYK0.270.2600.62
HSL237.69º15.66%32.55%-
HSV(B)237.69º27.08%37.65%-
XYZ6.896.6511.99-
YUV73.55140.67125.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=29.54%
G=29.96%
B=40.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7071960.270.2600.62237.6915.6632.55
Hex4647601B1A03Eee1021
Octal10610714033320763562041
Binary100011010001111100000110111101001111101110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464760; }

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

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

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

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

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

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

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

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