#465D7D

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

Shades of Chambray #465D7D

Tints of Chambray #465D7D

Color information

#465D7D (or 0x465D7D) is unknown color: approx Chambray. HEX triplet: 46, 5D and 7D. RGB value is (70,93,125). Sum of RGB (Red+Green+Blue) = 70+93+125=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #465D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D7D is #B9A282. Grayscale: #595959. Windows color (decimal): -12165763 or 8215878. OLE color: 8215878.

HSL color Cylindrical-coordinate representation of color #465D7D: hue angle of 214.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #465D7D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7093125-
CMYK0.440.2600.51
HSL214.91º28.21%38.24%-
HSV(B)214.91º44%49.02%-
XYZ10.1410.6120.92-
YUV89.77147.88113.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=24.31%
G=32.29%
B=43.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70931250.440.2600.51214.9128.2138.24
Hex465D7D2C1A033d71c26
Octal10613517554320633273446
Binary1000110101110111111011011001101001100111101011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,93,125); }

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

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

 a { background-color: rgb(70,93,125); }

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

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

 span { border-color: rgb(70,93,125); }

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