#4B5B86

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

Shades of Chambray #4B5B86

Tints of Chambray #4B5B86

Color information

#4B5B86 (or 0x4B5B86) is unknown color: approx Chambray. HEX triplet: 4B, 5B and 86. RGB value is (75,91,134). Sum of RGB (Red+Green+Blue) = 75+91+134=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #4B5B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5B86 is #B4A479. Grayscale: #5A5A5A. Windows color (decimal): -11838586 or 8805195. OLE color: 8805195.

HSL color Cylindrical-coordinate representation of color #4B5B86: hue angle of 223.73º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B5B86 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7591134-
CMYK0.440.3200.47
HSL223.73º28.23%40.98%-
HSV(B)223.73º44.03%52.55%-
XYZ10.9510.724.04-
YUV91.12152.2116.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=25%
G=30.33%
B=44.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75911340.440.3200.47223.7328.2340.98
Hex4B5B862C2002Fe01c29
Octal11313320654400573403451
Binary100101110110111000011010110010000001011111110000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,91,134); }

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

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

 a { background-color: rgb(75,91,134); }

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

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

 span { border-color: rgb(75,91,134); }

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