Html Css Color HEX #4B414A Purple Taupe

📋 copy color: '#4B414A'

red 75 ◦ green 65 ◦ blue 74

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

Shades of Purple Taupe #4B414A

Tints of Purple Taupe #4B414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.37%

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 35.05%
G = 30.37%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#4B414A (or 0x4B414A) is known color: Purple Taupe. HEX triplet: 4B, 41 and 4A. RGB value is (75,65,74). Sum of RGB (Red+Green+Blue) = 75+65+74=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 75 - color contains mainly: red. Hex color #4B414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B414A is #B4BEB5. Grayscale: #444444. Windows color (decimal): -11845302 or 4866379. OLE color: 4866379.

HSL color Cylindrical-coordinate representation of color #4B414A: hue angle of 306º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B414A is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 65 74 -
CMYK 0 0.13 0.01 0.71
HSL 306º 0.07% 0.27% -
HSV(B) 306º 0.13% 0.29% -
XYZ 6.03 5.77 7.27 -
YUV 69.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 75 65 74 0 0.13 0.01 0.71 306 0.07 0.27
Hex 4B 41 4A 0 D 1 47 132 7 1B
Octal 113 101 112 0 15 1 107 462 7 33
Binary 1001011 1000001 1001010 0 1101 1 1000111 100110010 111 11011

Color Harmonies of #4B414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B414A

Black with #4B414A

Text Example


Text Example

White with #4B414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,74); }

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

background-color css

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

 a { background-color: rgb(75,65,74); }

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

border-color css

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

 span { border-color: rgb(75,65,74); }

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