Html Css Color HEX #4B4948 Cork

📋 copy color: '#4B4948'

red 75 ◦ green 73 ◦ blue 72

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

Shades of Cork #4B4948

Tints of Cork #4B4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 34.09%
G = 33.18%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4B4948 (or 0x4B4948) is known color: Cork. HEX triplet: 4B, 49 and 48. RGB value is (75,73,72). Sum of RGB (Red+Green+Blue) = 75+73+72=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4948 is #B4B6B7. Grayscale: #494949. Windows color (decimal): -11843256 or 4737355. OLE color: 4737355.

HSL color Cylindrical-coordinate representation of color #4B4948: hue angle of 20º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B4948 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 73 72 -
CMYK 0 0.03 0.04 0.71
HSL 20º 0.02% 0.29% -
HSV(B) 20º 0.04% 0.29% -
XYZ 6.45 6.73 7.09 -
YUV 73.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 75 73 72 0 0.03 0.04 0.71 20 0.02 0.29
Hex 4B 49 48 0 3 4 47 14 2 1D
Octal 113 111 110 0 3 4 107 24 2 35
Binary 1001011 1001001 1001000 0 11 100 1000111 10100 10 11101

Color Harmonies of #4B4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4948

Black with #4B4948

Text Example


Text Example

White with #4B4948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,73,72); }

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

background-color css

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

 a { background-color: rgb(75,73,72); }

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

border-color css

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

 span { border-color: rgb(75,73,72); }

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