Html Css Color HEX #4B535F Bright Grey

📋 copy color: '#4B535F'

red 75 ◦ green 83 ◦ blue 95

#4B535F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Grey #4B535F

Tints of Bright Grey #4B535F

RGB

 RED value IS 75 (29.69% from 255) = 29.64%

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 95 (37.5% from 255) = 37.55%

R = 29.64%
G = 32.81%
B = 37.55%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4B535F (or 0x4B535F) is known color: Bright Grey. HEX triplet: 4B, 53 and 5F. RGB value is (75,83,95). Sum of RGB (Red+Green+Blue) = 75+83+95=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B535F is #B4ACA0. Grayscale: #515151. Windows color (decimal): -11840673 or 6247243. OLE color: 6247243.

HSL color Cylindrical-coordinate representation of color #4B535F: hue angle of 216º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B535F is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 75 83 95 -
CMYK 0.21 0.13 0 0.63
HSL 216º 0.12% 0.33% -
HSV(B) 216º 0.21% 0.37% -
XYZ 8.06 8.51 12.04 -
YUV 81.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 75 83 95 0.21 0.13 0 0.63 216 0.12 0.33
Hex 4B 53 5F 15 D 0 3F D8 C 21
Octal 113 123 137 25 15 0 77 330 14 41
Binary 1001011 1010011 1011111 10101 1101 0 111111 11011000 1100 100001

Color Harmonies of #4B535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B535F

Black with #4B535F

Text Example


Text Example

White with #4B535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B535F;
 }
 .AnyTagClassName
 {
   color: #4B535F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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