#4B5B8B

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

Shades of Chambray #4B5B8B

Tints of Chambray #4B5B8B

Color information

#4B5B8B (or 0x4B5B8B) is unknown color: approx Chambray. HEX triplet: 4B, 5B and 8B. RGB value is (75,91,139). Sum of RGB (Red+Green+Blue) = 75+91+139=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B5B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5B8B is #B4A474. Grayscale: #5B5B5B. Windows color (decimal): -11838581 or 9132875. OLE color: 9132875.

HSL color Cylindrical-coordinate representation of color #4B5B8B: hue angle of 225º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B5B8B is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7591139-
CMYK0.460.3500.45
HSL225º29.91%41.96%-
HSV(B)225º46.04%54.51%-
XYZ11.310.8425.92-
YUV91.69154.7116.1-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.59%
GREEN value IS 91 (35.94% from 255) = 29.84%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=24.59%
G=29.84%
B=45.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75911390.460.3500.4522529.9141.96
Hex4B5B8B2E2302De11e2a
Octal11313321356430553413652
Binary100101110110111000101110111010001101011011110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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