#4B596E

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

Shades of Chambray #4B596E

Tints of Chambray #4B596E

Color information

#4B596E (or 0x4B596E) is unknown color: approx Chambray. HEX triplet: 4B, 59 and 6E. RGB value is (75,89,110). Sum of RGB (Red+Green+Blue) = 75+89+110=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B596E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B596E is #B4A691. Grayscale: #575757. Windows color (decimal): -11839122 or 7231819. OLE color: 7231819.

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

Color convert

RGB7589110-
CMYK0.320.1900.57
HSL216º18.92%36.27%-
HSV(B)216º31.82%43.14%-
XYZ9.299.7716.15-
YUV87.21140.86119.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=27.37%
G=32.48%
B=40.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75891100.320.1900.5721618.9236.27
Hex4B596E2013039d81324
Octal11313115640230713302344
Binary1001011101100111011101000001001101110011101100010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,89,110); }

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

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

 a { background-color: rgb(75,89,110); }

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

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

 span { border-color: rgb(75,89,110); }

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