#46587B

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

Shades of Chambray #46587B

Tints of Chambray #46587B

Color information

#46587B (or 0x46587B) is unknown color: approx Chambray. HEX triplet: 46, 58 and 7B. RGB value is (70,88,123). Sum of RGB (Red+Green+Blue) = 70+88+123=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #46587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46587B is #B9A784. Grayscale: #565656. Windows color (decimal): -12167045 or 8083526. OLE color: 8083526.

HSL color Cylindrical-coordinate representation of color #46587B: hue angle of 219.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #46587B is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7088123-
CMYK0.430.2800.52
HSL219.62º27.46%37.84%-
HSV(B)219.62º43.09%48.24%-
XYZ9.599.7120.11-
YUV86.61148.54116.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 123 (48.44% from 255) = 43.77%
R=24.91%
G=31.32%
B=43.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70881230.430.2800.52219.6227.4637.84
Hex46587B2B1C034dc1b26
Octal10613017353340643343346
Binary1000110101100011110111010111110001101001101110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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