#465970

Color #465970 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #465970

Tints of Chambray #465970

Color information

#465970 (or 0x465970) is unknown color: approx Chambray. HEX triplet: 46, 59 and 70. RGB value is (70,89,112). Sum of RGB (Red+Green+Blue) = 70+89+112=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #465970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465970 is #B9A68F. Grayscale: #555555. Windows color (decimal): -12166800 or 7362886. OLE color: 7362886.

HSL color Cylindrical-coordinate representation of color #465970: hue angle of 212.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #465970 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7089112-
CMYK0.380.2100.56
HSL212.86º23.08%35.69%-
HSV(B)212.86º37.5%43.92%-
XYZ9.029.6216.71-
YUV85.94142.71116.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=25.83%
G=32.84%
B=41.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70891120.380.2100.56212.8623.0835.69
Hex4659702615038d51724
Octal10613116046250703252744
Binary1000110101100111100001001101010101110001101010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465970; }

 p { color: rgb(70,89,112); }

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

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

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

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

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

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

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