#465775

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

Shades of Chambray #465775

Tints of Chambray #465775

Color information

#465775 (or 0x465775) is unknown color: approx Chambray. HEX triplet: 46, 57 and 75. RGB value is (70,87,117). Sum of RGB (Red+Green+Blue) = 70+87+117=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #465775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465775 is #B9A88A. Grayscale: #555555. Windows color (decimal): -12167307 or 7690054. OLE color: 7690054.

HSL color Cylindrical-coordinate representation of color #465775: hue angle of 218.3º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #465775 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7087117-
CMYK0.400.2600.54
HSL218.3º25.13%36.67%-
HSV(B)218.3º40.17%45.88%-
XYZ9.149.418.16-
YUV85.34145.87117.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=25.55%
G=31.75%
B=42.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70871170.400.2600.54218.325.1336.67
Hex465775281A036da1925
Octal10612716550320663323145
Binary1000110101011111101011010001101001101101101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465775; }

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

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

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

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

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

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

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

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