#465770

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

Shades of Chambray #465770

Tints of Chambray #465770

Color information

#465770 (or 0x465770) is unknown color: approx Chambray. HEX triplet: 46, 57 and 70. RGB value is (70,87,112). Sum of RGB (Red+Green+Blue) = 70+87+112=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #465770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465770 is #B9A88F. Grayscale: #545454. Windows color (decimal): -12167312 or 7362374. OLE color: 7362374.

HSL color Cylindrical-coordinate representation of color #465770: hue angle of 215.71º 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 #465770 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7087112-
CMYK0.380.2200.56
HSL215.71º23.08%35.69%-
HSV(B)215.71º37.5%43.92%-
XYZ8.869.2916.66-
YUV84.77143.37117.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=26.02%
G=32.34%
B=41.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70871120.380.2200.56215.7123.0835.69
Hex4657702616038d81724
Octal10612716046260703302744
Binary1000110101011111100001001101011001110001101100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465770; }

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

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

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

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

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

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

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

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