#4B535D

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

Shades of Bright Grey #4B535D

Tints of Bright Grey #4B535D

Color information

#4B535D (or 0x4B535D) is unknown color: approx Bright Grey. HEX triplet: 4B, 53 and 5D. RGB value is (75,83,93). Sum of RGB (Red+Green+Blue) = 75+83+93=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B535D is #B4ACA2. Grayscale: #515151. Windows color (decimal): -11840675 or 6116171. OLE color: 6116171.

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

Color convert

RGB758393-
CMYK0.190.1100.64
HSL213.33º10.71%32.94%-
HSV(B)213.33º19.35%36.47%-
XYZ7.978.4711.57-
YUV81.75134.35123.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=29.88%
G=33.07%
B=37.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7583930.190.1100.64213.3310.7132.94
Hex4B535D13B040d5b21
Octal113123135231301003251341
Binary10010111010011101110110011101101000000110101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,83,93); }

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

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

 a { background-color: rgb(75,83,93); }

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

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

 span { border-color: rgb(75,83,93); }

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