Html Css Color HEX #46363F Barossa

📋 copy color: '#46363F'

red 70 ◦ green 54 ◦ blue 63

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

Shades of Barossa #46363F

Tints of Barossa #46363F

RGB

 RED value IS 70 (27.73% from 255) = 37.43%

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

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

R = 37.43%
G = 28.88%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46363F (or 0x46363F) is known color: Barossa. HEX triplet: 46, 36 and 3F. RGB value is (70,54,63). Sum of RGB (Red+Green+Blue) = 70+54+63=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #46363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363F is #B9C9C0. Grayscale: #3B3B3B. Windows color (decimal): -12175809 or 4142662. OLE color: 4142662.

HSL color Cylindrical-coordinate representation of color #46363F: hue angle of 326.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46363F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 63 -
CMYK 0 0.23 0.10 0.73
HSL 326.25º 0.13% 0.24% -
HSV(B) 326.25º 0.23% 0.27% -
XYZ 4.74 4.3 5.28 -
YUV 59.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 70 54 63 0 0.23 0.10 0.73 326.25 0.13 0.24
Hex 46 36 3F 0 17 A 49 146 D 18
Octal 106 66 77 0 27 12 111 506 15 30
Binary 1000110 110110 111111 0 10111 1010 1001001 101000110 1101 11000

Color Harmonies of #46363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46363F

Black with #46363F

Text Example


Text Example

White with #46363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46363F; }

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

 H1.HeaderClassName
 {
   color: #46363F;
 }
 .AnyTagClassName
 {
   color: #46363F;
 }
</style>

background-color css

<style>
 a { background-color: #46363F; }

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

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

border-color css

<style>
 span { border-color: #46363F; }

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

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