#4B586D

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

Shades of Chambray #4B586D

Tints of Chambray #4B586D

Color information

#4B586D (or 0x4B586D) is unknown color: approx Chambray. HEX triplet: 4B, 58 and 6D. RGB value is (75,88,109). Sum of RGB (Red+Green+Blue) = 75+88+109=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B586D is #B4A792. Grayscale: #565656. Windows color (decimal): -11839379 or 7166027. OLE color: 7166027.

HSL color Cylindrical-coordinate representation of color #4B586D: hue angle of 217.06º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B586D is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7588109-
CMYK0.310.1900.57
HSL217.06º18.48%36.08%-
HSV(B)217.06º31.19%42.75%-
XYZ9.159.5815.83-
YUV86.51140.69119.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.57%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=27.57%
G=32.35%
B=40.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75881090.310.1900.57217.0618.4836.08
Hex4B586D1F13039d91224
Octal11313015537230713312244
Binary100101110110001101101111111001101110011101100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B586D; }

 p { color: rgb(75,88,109); }

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

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

 a { background-color: rgb(75,88,109); }

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

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

 span { border-color: rgb(75,88,109); }

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