#46587D

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

Shades of Chambray #46587D

Tints of Chambray #46587D

Color information

#46587D (or 0x46587D) is unknown color: approx Chambray. HEX triplet: 46, 58 and 7D. RGB value is (70,88,125). Sum of RGB (Red+Green+Blue) = 70+88+125=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #46587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587D is #B9A782. Grayscale: #565656. Windows color (decimal): -12167043 or 8214598. OLE color: 8214598.

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

Color convert

RGB7088125-
CMYK0.440.3000.51
HSL220.36º28.21%38.24%-
HSV(B)220.36º44%49.02%-
XYZ9.729.7620.77-
YUV86.84149.54115.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=24.73%
G=31.10%
B=44.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70881250.440.3000.51220.3628.2138.24
Hex46587D2C1E033dc1c26
Octal10613017554360633343446
Binary1000110101100011111011011001111001100111101110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46587D; }

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

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

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

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

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

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

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

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