#465D7C

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

Shades of Chambray #465D7C

Tints of Chambray #465D7C

Color information

#465D7C (or 0x465D7C) is unknown color: approx Chambray. HEX triplet: 46, 5D and 7C. RGB value is (70,93,124). Sum of RGB (Red+Green+Blue) = 70+93+124=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #465D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465D7C is #B9A283. Grayscale: #595959. Windows color (decimal): -12165764 or 8150342. OLE color: 8150342.

HSL color Cylindrical-coordinate representation of color #465D7C: hue angle of 214.44º 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 #465D7C is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7093124-
CMYK0.440.2500.51
HSL214.44º27.84%38.04%-
HSV(B)214.44º43.55%48.63%-
XYZ10.0810.5920.58-
YUV89.66147.38113.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=24.39%
G=32.40%
B=43.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70931240.440.2500.51214.4427.8438.04
Hex465D7C2C19033d61c26
Octal10613517454310633263446
Binary1000110101110111111001011001100101100111101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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