#465685

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

Shades of Chambray #465685

Tints of Chambray #465685

Color information

#465685 (or 0x465685) is unknown color: approx Chambray. HEX triplet: 46, 56 and 85. RGB value is (70,86,133). Sum of RGB (Red+Green+Blue) = 70+86+133=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #465685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465685 is #B9A97A. Grayscale: #565656. Windows color (decimal): -12167547 or 8738374. OLE color: 8738374.

HSL color Cylindrical-coordinate representation of color #465685: hue angle of 224.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #465685 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7086133-
CMYK0.470.3500.48
HSL224.76º31.03%39.8%-
HSV(B)224.76º47.37%52.16%-
XYZ10.099.6523.52-
YUV86.57154.2116.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=24.22%
G=29.76%
B=46.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70861330.470.3500.48224.7631.0339.8
Hex4656852F23030e11f28
Octal10612620557430603413750
Binary100011010101101000010110111110001101100001110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465685; }

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

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

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

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

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

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

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

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