Html Css Color HEX #4B383F Barossa

📋 copy color: '#4B383F'

red 75 ◦ green 56 ◦ blue 63

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

Shades of Barossa #4B383F

Tints of Barossa #4B383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.87%

 BLUE value IS 63 (25% from 255) = 32.47%

R = 38.66%
G = 28.87%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B383F (or 0x4B383F) is known color: Barossa. HEX triplet: 4B, 38 and 3F. RGB value is (75,56,63). Sum of RGB (Red+Green+Blue) = 75+56+63=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 56 (22.27% from 255 or 28.87% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B383F is #B4C7C0. Grayscale: #3E3E3E. Windows color (decimal): -11847617 or 4143179. OLE color: 4143179.

HSL color Cylindrical-coordinate representation of color #4B383F: hue angle of 337.89º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B383F is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 56 63 -
CMYK 0 0.25 0.16 0.71
HSL 337.89º 0.15% 0.26% -
HSV(B) 337.89º 0.25% 0.29% -
XYZ 5.21 4.68 5.33 -
YUV 62.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 75 56 63 0 0.25 0.16 0.71 337.89 0.15 0.26
Hex 4B 38 3F 0 19 10 47 152 F 1A
Octal 113 70 77 0 31 20 107 522 17 32
Binary 1001011 111000 111111 0 11001 10000 1000111 101010010 1111 11010

Color Harmonies of #4B383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B383F

Black with #4B383F

Text Example


Text Example

White with #4B383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,56,63); }

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

background-color css

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

 a { background-color: rgb(75,56,63); }

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

border-color css

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

 span { border-color: rgb(75,56,63); }

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