#465C7D

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

Shades of Chambray #465C7D

Tints of Chambray #465C7D

Color information

#465C7D (or 0x465C7D) is unknown color: approx Chambray. HEX triplet: 46, 5C and 7D. RGB value is (70,92,125). Sum of RGB (Red+Green+Blue) = 70+92+125=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #465C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465C7D is #B9A382. Grayscale: #595959. Windows color (decimal): -12166019 or 8215622. OLE color: 8215622.

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

Color convert

RGB7092125-
CMYK0.440.2600.51
HSL216º28.21%38.24%-
HSV(B)216º44%49.02%-
XYZ10.0510.4420.89-
YUV89.18148.21114.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=24.39%
G=32.06%
B=43.55%

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
Decimal70921250.440.2600.5121628.2138.24
Hex465C7D2C1A033d81c26
Octal10613417554320633303446
Binary1000110101110011111011011001101001100111101100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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