Html Css Color HEX #4B313C Barossa

📋 copy color: '#4B313C'

red 75 ◦ green 49 ◦ blue 60

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

Shades of Barossa #4B313C

Tints of Barossa #4B313C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 60 (23.83% from 255) = 32.61%

R = 40.76%
G = 26.63%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#4B313C (or 0x4B313C) is known color: Barossa. HEX triplet: 4B, 31 and 3C. RGB value is (75,49,60). Sum of RGB (Red+Green+Blue) = 75+49+60=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B313C is #B4CEC3. Grayscale: #3A3A3A. Windows color (decimal): -11849412 or 3944779. OLE color: 3944779.

HSL color Cylindrical-coordinate representation of color #4B313C: hue angle of 334.62º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B313C is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 60 -
CMYK 0 0.35 0.20 0.71
HSL 334.62º 0.21% 0.24% -
HSV(B) 334.62º 0.35% 0.29% -
XYZ 4.82 4.02 4.8 -
YUV 58.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 75 49 60 0 0.35 0.20 0.71 334.62 0.21 0.24
Hex 4B 31 3C 0 23 14 47 14F 15 18
Octal 113 61 74 0 43 24 107 517 25 30
Binary 1001011 110001 111100 0 100011 10100 1000111 101001111 10101 11000

Color Harmonies of #4B313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B313C

Black with #4B313C

Text Example


Text Example

White with #4B313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,60); }

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

background-color css

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

 a { background-color: rgb(75,49,60); }

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

border-color css

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

 span { border-color: rgb(75,49,60); }

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