#465B73

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

Shades of Chambray #465B73

Tints of Chambray #465B73

Color information

#465B73 (or 0x465B73) is unknown color: approx Chambray. HEX triplet: 46, 5B and 73. RGB value is (70,91,115). Sum of RGB (Red+Green+Blue) = 70+91+115=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #465B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B73 is #B9A48C. Grayscale: #575757. Windows color (decimal): -12166285 or 7560006. OLE color: 7560006.

HSL color Cylindrical-coordinate representation of color #465B73: hue angle of 212º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #465B73 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7091115-
CMYK0.390.2100.55
HSL212º24.32%36.27%-
HSV(B)212º39.13%45.1%-
XYZ9.3610.0217.66-
YUV87.46143.54115.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=25.36%
G=32.97%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70911150.390.2100.5521224.3236.27
Hex465B732715037d41824
Octal10613316347250673243044
Binary1000110101101111100111001111010101101111101010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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