#4B6175

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

Shades of Chambray #4B6175

Tints of Chambray #4B6175

Color information

#4B6175 (or 0x4B6175) is unknown color: approx Chambray. HEX triplet: 4B, 61 and 75. RGB value is (75,97,117). Sum of RGB (Red+Green+Blue) = 75+97+117=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B6175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6175 is #B49E8A. Grayscale: #5C5C5C. Windows color (decimal): -11837067 or 7692619. OLE color: 7692619.

HSL color Cylindrical-coordinate representation of color #4B6175: hue angle of 208.57º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B6175 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7597117-
CMYK0.360.1700.54
HSL208.57º21.87%37.65%-
HSV(B)208.57º35.9%45.88%-
XYZ10.3911.3318.47-
YUV92.7141.71115.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=25.95%
G=33.56%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75971170.360.1700.54208.5721.8737.65
Hex4B61752411036d11626
Octal11314116544210663212646
Binary1001011110000111101011001001000101101101101000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,117); }

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

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

 a { background-color: rgb(75,97,117); }

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

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

 span { border-color: rgb(75,97,117); }

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