Html Css Color HEX #4E363F Barossa

📋 copy color: '#4E363F'

red 78 ◦ green 54 ◦ blue 63

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

Shades of Barossa #4E363F

Tints of Barossa #4E363F

RGB

 RED value IS 78 (30.86% from 255) = 40%

 GREEN value IS 54 (21.48% from 255) = 27.69%

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

R = 40%
G = 27.69%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E363F (or 0x4E363F) is known color: Barossa. HEX triplet: 4E, 36 and 3F. RGB value is (78,54,63). Sum of RGB (Red+Green+Blue) = 78+54+63=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E363F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E363F is #B1C9C0. Grayscale: #3E3E3E. Windows color (decimal): -11651521 or 4142670. OLE color: 4142670.

HSL color Cylindrical-coordinate representation of color #4E363F: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E363F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 54 63 -
CMYK 0 0.31 0.19 0.69
HSL 337.5º 0.18% 0.26% -
HSV(B) 337.5º 0.31% 0.31% -
XYZ 5.36 4.62 5.31 -
YUV 62.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 78 54 63 0 0.31 0.19 0.69 337.5 0.18 0.26
Hex 4E 36 3F 0 1F 13 45 152 12 1A
Octal 116 66 77 0 37 23 105 522 22 32
Binary 1001110 110110 111111 0 11111 10011 1000101 101010010 10010 11010

Color Harmonies of #4E363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E363F

Black with #4E363F

Text Example


Text Example

White with #4E363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,54,63); }

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

background-color css

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

 a { background-color: rgb(78,54,63); }

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

border-color css

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

 span { border-color: rgb(78,54,63); }

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