#46586B

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

Shades of Chambray #46586B

Tints of Chambray #46586B

Color information

#46586B (or 0x46586B) is unknown color: approx Chambray. HEX triplet: 46, 58 and 6B. RGB value is (70,88,107). Sum of RGB (Red+Green+Blue) = 70+88+107=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #46586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46586B is #B9A794. Grayscale: #545454. Windows color (decimal): -12167061 or 7034950. OLE color: 7034950.

HSL color Cylindrical-coordinate representation of color #46586B: hue angle of 210.81º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46586B is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7088107-
CMYK0.350.1800.58
HSL210.81º20.9%34.71%-
HSV(B)210.81º34.58%41.96%-
XYZ8.679.3415.26-
YUV84.78140.54117.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=26.42%
G=33.21%
B=40.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70881070.350.1800.58210.8120.934.71
Hex46586B231203Ad31523
Octal10613015343220723232543
Binary1000110101100011010111000111001001110101101001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46586B; }

 p { color: rgb(70,88,107); }

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

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

 a { background-color: rgb(70,88,107); }

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

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

 span { border-color: rgb(70,88,107); }

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