#465672

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

Shades of Chambray #465672

Tints of Chambray #465672

Color information

#465672 (or 0x465672) is unknown color: approx Chambray. HEX triplet: 46, 56 and 72. RGB value is (70,86,114). Sum of RGB (Red+Green+Blue) = 70+86+114=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #465672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465672 is #B9A98D. Grayscale: #545454. Windows color (decimal): -12167566 or 7493190. OLE color: 7493190.

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

Color convert

RGB7086114-
CMYK0.390.2500.55
HSL218.18º23.91%36.08%-
HSV(B)218.18º38.6%44.71%-
XYZ8.899.1717.22-
YUV84.41144.7117.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=25.93%
G=31.85%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70861140.390.2500.55218.1823.9136.08
Hex4656722719037da1824
Octal10612616247310673323044
Binary1000110101011011100101001111100101101111101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465672; }

 p { color: rgb(70,86,114); }

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

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

 a { background-color: rgb(70,86,114); }

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

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

 span { border-color: rgb(70,86,114); }

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