#465F73

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

Shades of Chambray #465F73

Tints of Chambray #465F73

Color information

#465F73 (or 0x465F73) is unknown color: approx Chambray. HEX triplet: 46, 5F and 73. RGB value is (70,95,115). Sum of RGB (Red+Green+Blue) = 70+95+115=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #465F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F73 is #B9A08C. Grayscale: #595959. Windows color (decimal): -12165261 or 7561030. OLE color: 7561030.

HSL color Cylindrical-coordinate representation of color #465F73: hue angle of 206.67º 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 #465F73 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7095115-
CMYK0.390.1700.55
HSL206.67º24.32%36.27%-
HSV(B)206.67º39.13%45.1%-
XYZ9.7110.7217.78-
YUV89.8142.22113.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=25%
G=33.93%
B=41.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70951150.390.1700.55206.6724.3236.27
Hex465F732711037cf1824
Octal10613716347210673173044
Binary1000110101111111100111001111000101101111100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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