#465F7F

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

Shades of Chambray #465F7F

Tints of Chambray #465F7F

Color information

#465F7F (or 0x465F7F) is unknown color: approx Chambray. HEX triplet: 46, 5F and 7F. RGB value is (70,95,127). Sum of RGB (Red+Green+Blue) = 70+95+127=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #465F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465F7F is #B9A080. Grayscale: #5B5B5B. Windows color (decimal): -12165249 or 8347462. OLE color: 8347462.

HSL color Cylindrical-coordinate representation of color #465F7F: hue angle of 213.68º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #465F7F is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7095127-
CMYK0.450.2500.50
HSL213.68º28.93%38.63%-
HSV(B)213.68º44.88%49.8%-
XYZ10.4511.0221.65-
YUV91.17148.22112.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 127 (50% from 255) = 43.49%
R=23.97%
G=32.53%
B=43.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70951270.450.2500.50213.6828.9338.63
Hex465F7F2D19032d61d27
Octal10613717755310623263547
Binary1000110101111111111111011011100101100101101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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