Html Css Color HEX #4B282F Cab Sav

📋 copy color: '#4B282F'

red 75 ◦ green 40 ◦ blue 47

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

Shades of Cab Sav #4B282F

Tints of Cab Sav #4B282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.69%

 BLUE value IS 47 (18.75% from 255) = 29.01%

R = 46.3%
G = 24.69%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B282F (or 0x4B282F) is known color: Cab Sav. HEX triplet: 4B, 28 and 2F. RGB value is (75,40,47). Sum of RGB (Red+Green+Blue) = 75+40+47=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B282F is #B4D7D0. Grayscale: #333333. Windows color (decimal): -11851729 or 3090507. OLE color: 3090507.

HSL color Cylindrical-coordinate representation of color #4B282F: hue angle of 348º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B282F is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 40 47 -
CMYK 0 0.47 0.37 0.71
HSL 348º 0.3% 0.23% -
HSV(B) 348º 0.47% 0.29% -
XYZ 4.17 3.22 3.09 -
YUV 51.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 75 40 47 0 0.47 0.37 0.71 348 0.3 0.23
Hex 4B 28 2F 0 2F 25 47 15C 1E 17
Octal 113 50 57 0 57 45 107 534 36 27
Binary 1001011 101000 101111 0 101111 100101 1000111 101011100 11110 10111

Color Harmonies of #4B282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B282F

Black with #4B282F

Text Example


Text Example

White with #4B282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,47); }

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

background-color css

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

 a { background-color: rgb(75,40,47); }

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

border-color css

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

 span { border-color: rgb(75,40,47); }

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