Html Css Color HEX #4A283B Barossa

📋 copy color: '#4A283B'

red 74 ◦ green 40 ◦ blue 59

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

Shades of Barossa #4A283B

Tints of Barossa #4A283B

RGB

 RED value IS 74 (29.3% from 255) = 42.77%

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

 BLUE value IS 59 (23.44% from 255) = 34.1%

R = 42.77%
G = 23.12%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#4A283B (or 0x4A283B) is known color: Barossa. HEX triplet: 4A, 28 and 3B. RGB value is (74,40,59). Sum of RGB (Red+Green+Blue) = 74+40+59=173 (22% of max value = 765). Red value is 74 (29.30% from 255 or 42.77% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 74 - color contains mainly: red. Hex color #4A283B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A283B is #B5D7C4. Grayscale: #343434. Windows color (decimal): -11917253 or 3876938. OLE color: 3876938.

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

Color convert

RGB 74 40 59 -
CMYK 0 0.46 0.20 0.71
HSL 326.47º 0.3% 0.22% -
HSV(B) 326.47º 0.46% 0.29% -
XYZ 4.37 3.29 4.54 -
YUV 52.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 74 40 59 0 0.46 0.20 0.71 326.47 0.3 0.22
Hex 4A 28 3B 0 2E 14 47 146 1E 16
Octal 112 50 73 0 56 24 107 506 36 26
Binary 1001010 101000 111011 0 101110 10100 1000111 101000110 11110 10110

Color Harmonies of #4A283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A283B

Black with #4A283B

Text Example


Text Example

White with #4A283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,40,59); }

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

background-color css

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

 a { background-color: rgb(74,40,59); }

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

border-color css

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

 span { border-color: rgb(74,40,59); }

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