#46587E

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

Shades of Chambray #46587E

Tints of Chambray #46587E

Color information

#46587E (or 0x46587E) is unknown color: approx Chambray. HEX triplet: 46, 58 and 7E. RGB value is (70,88,126). Sum of RGB (Red+Green+Blue) = 70+88+126=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #46587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587E is #B9A781. Grayscale: #565656. Windows color (decimal): -12167042 or 8280134. OLE color: 8280134.

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

Color convert

RGB7088126-
CMYK0.440.3000.51
HSL220.71º28.57%38.43%-
HSV(B)220.71º44.44%49.41%-
XYZ9.789.7921.11-
YUV86.95150.04115.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=24.65%
G=30.99%
B=44.37%

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
Decimal70881260.440.3000.51220.7128.5738.43
Hex46587E2C1E033dd1d26
Octal10613017654360633353546
Binary1000110101100011111101011001111001100111101110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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