Html Css Color HEX #4B283E Barossa

📋 copy color: '#4B283E'

red 75 ◦ green 40 ◦ blue 62

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

Shades of Barossa #4B283E

Tints of Barossa #4B283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 42.37%
G = 22.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#4B283E (or 0x4B283E) is known color: Barossa. HEX triplet: 4B, 28 and 3E. RGB value is (75,40,62). Sum of RGB (Red+Green+Blue) = 75+40+62=177 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.37% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283E is #B4D7C1. Grayscale: #343434. Windows color (decimal): -11851714 or 4073547. OLE color: 4073547.

HSL color Cylindrical-coordinate representation of color #4B283E: hue angle of 322.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B283E is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 40 62 -
CMYK 0 0.47 0.17 0.71
HSL 322.29º 0.3% 0.23% -
HSV(B) 322.29º 0.47% 0.29% -
XYZ 4.53 3.36 4.97 -
YUV 52.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 75 40 62 0 0.47 0.17 0.71 322.29 0.3 0.23
Hex 4B 28 3E 0 2F 11 47 142 1E 17
Octal 113 50 76 0 57 21 107 502 36 27
Binary 1001011 101000 111110 0 101111 10001 1000111 101000010 11110 10111

Color Harmonies of #4B283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B283E

Black with #4B283E

Text Example


Text Example

White with #4B283E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,40,62); }

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

background-color css

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

 a { background-color: rgb(75,40,62); }

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

border-color css

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

 span { border-color: rgb(75,40,62); }

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