#465B75

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

Shades of Chambray #465B75

Tints of Chambray #465B75

Color information

#465B75 (or 0x465B75) is unknown color: approx Chambray. HEX triplet: 46, 5B and 75. RGB value is (70,91,117). Sum of RGB (Red+Green+Blue) = 70+91+117=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #465B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B75 is #B9A48A. Grayscale: #575757. Windows color (decimal): -12166283 or 7691078. OLE color: 7691078.

HSL color Cylindrical-coordinate representation of color #465B75: hue angle of 213.19º 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 #465B75 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7091117-
CMYK0.400.2200.54
HSL213.19º25.13%36.67%-
HSV(B)213.19º40.17%45.88%-
XYZ9.4810.0718.27-
YUV87.68144.54115.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=25.18%
G=32.73%
B=42.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70911170.400.2200.54213.1925.1336.67
Hex465B752816036d51925
Octal10613316550260663253145
Binary1000110101101111101011010001011001101101101010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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