Html Css Color HEX #4B343F Barossa

📋 copy color: '#4B343F'

red 75 ◦ green 52 ◦ blue 63

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

Shades of Barossa #4B343F

Tints of Barossa #4B343F

RGB

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

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

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

R = 39.47%
G = 27.37%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4B343F (or 0x4B343F) is known color: Barossa. HEX triplet: 4B, 34 and 3F. RGB value is (75,52,63). Sum of RGB (Red+Green+Blue) = 75+52+63=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343F is #B4CBC0. Grayscale: #3C3C3C. Windows color (decimal): -11848641 or 4142155. OLE color: 4142155.

HSL color Cylindrical-coordinate representation of color #4B343F: hue angle of 331.3º 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 #4B343F is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 52 63 -
CMYK 0 0.31 0.16 0.71
HSL 331.3º 0.18% 0.25% -
HSV(B) 331.3º 0.31% 0.29% -
XYZ 5.03 4.31 5.27 -
YUV 60.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 75 52 63 0 0.31 0.16 0.71 331.3 0.18 0.25
Hex 4B 34 3F 0 1F 10 47 14B 12 19
Octal 113 64 77 0 37 20 107 513 22 31
Binary 1001011 110100 111111 0 11111 10000 1000111 101001011 10010 11001

Color Harmonies of #4B343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B343F

Black with #4B343F

Text Example


Text Example

White with #4B343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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