Html Css Color HEX #4B303D Barossa

📋 copy color: '#4B303D'

red 75 ◦ green 48 ◦ blue 61

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

Shades of Barossa #4B303D

Tints of Barossa #4B303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

 BLUE value IS 61 (24.22% from 255) = 33.15%

R = 40.76%
G = 26.09%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B303D (or 0x4B303D) is known color: Barossa. HEX triplet: 4B, 30 and 3D. RGB value is (75,48,61). Sum of RGB (Red+Green+Blue) = 75+48+61=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303D is #B4CFC2. Grayscale: #393939. Windows color (decimal): -11849667 or 4010059. OLE color: 4010059.

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

Color convert

RGB 75 48 61 -
CMYK 0 0.36 0.19 0.71
HSL 331.11º 0.22% 0.24% -
HSV(B) 331.11º 0.36% 0.29% -
XYZ 4.8 3.95 4.92 -
YUV 57.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 75 48 61 0 0.36 0.19 0.71 331.11 0.22 0.24
Hex 4B 30 3D 0 24 13 47 14B 16 18
Octal 113 60 75 0 44 23 107 513 26 30
Binary 1001011 110000 111101 0 100100 10011 1000111 101001011 10110 11000

Color Harmonies of #4B303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B303D

Black with #4B303D

Text Example


Text Example

White with #4B303D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,48,61); }

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

background-color css

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

 a { background-color: rgb(75,48,61); }

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

border-color css

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

 span { border-color: rgb(75,48,61); }

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