Html Css Color HEX #4B3440 Barossa

📋 copy color: '#4B3440'

red 75 ◦ green 52 ◦ blue 64

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

Shades of Barossa #4B3440

Tints of Barossa #4B3440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.23%

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 39.27%
G = 27.23%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B3440 (or 0x4B3440) is known color: Barossa. HEX triplet: 4B, 34 and 40. RGB value is (75,52,64). Sum of RGB (Red+Green+Blue) = 75+52+64=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3440 is #B4CBBF. Grayscale: #3C3C3C. Windows color (decimal): -11848640 or 4207691. OLE color: 4207691.

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

Color convert

RGB 75 52 64 -
CMYK 0 0.31 0.15 0.71
HSL 328.7º 0.18% 0.25% -
HSV(B) 328.7º 0.31% 0.29% -
XYZ 5.06 4.32 5.42 -
YUV 60.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 75 52 64 0 0.31 0.15 0.71 328.7 0.18 0.25
Hex 4B 34 40 0 1F F 47 149 12 19
Octal 113 64 100 0 37 17 107 511 22 31
Binary 1001011 110100 1000000 0 11111 1111 1000111 101001001 10010 11001

Color Harmonies of #4B3440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3440

Black with #4B3440

Text Example


Text Example

White with #4B3440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,64); }

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

background-color css

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

 a { background-color: rgb(75,52,64); }

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

border-color css

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

 span { border-color: rgb(75,52,64); }

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