#465B70

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

Shades of Chambray #465B70

Tints of Chambray #465B70

Color information

#465B70 (or 0x465B70) is unknown color: approx Chambray. HEX triplet: 46, 5B and 70. RGB value is (70,91,112). Sum of RGB (Red+Green+Blue) = 70+91+112=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #465B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B70 is #B9A48F. Grayscale: #575757. Windows color (decimal): -12166288 or 7363398. OLE color: 7363398.

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

Color convert

RGB7091112-
CMYK0.380.1900.56
HSL210º23.08%35.69%-
HSV(B)210º37.5%43.92%-
XYZ9.199.9516.77-
YUV87.12142.04115.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=25.64%
G=33.33%
B=41.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70911120.380.1900.5621023.0835.69
Hex465B702613038d21724
Octal10613316046230703222744
Binary1000110101101111100001001101001101110001101001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B70; }

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

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

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

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

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

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

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

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