Html Css Color HEX #463F43 Barossa

📋 copy color: '#463F43'

red 70 ◦ green 63 ◦ blue 67

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

Shades of Barossa #463F43

Tints of Barossa #463F43

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 35%
G = 31.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#463F43 (or 0x463F43) is known color: Barossa. HEX triplet: 46, 3F and 43. RGB value is (70,63,67). Sum of RGB (Red+Green+Blue) = 70+63+67=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 70 - color contains mainly: red. Hex color #463F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463F43 is #B9C0BC. Grayscale: #414141. Windows color (decimal): -12173501 or 4407110. OLE color: 4407110.

HSL color Cylindrical-coordinate representation of color #463F43: hue angle of 325.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #463F43 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 67 -
CMYK 0 0.10 0.04 0.73
HSL 325.71º 0.05% 0.26% -
HSV(B) 325.71º 0.1% 0.27% -
XYZ 5.32 5.26 6.05 -
YUV 65.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 70 63 67 0 0.10 0.04 0.73 325.71 0.05 0.26
Hex 46 3F 43 0 A 4 49 146 5 1A
Octal 106 77 103 0 12 4 111 506 5 32
Binary 1000110 111111 1000011 0 1010 100 1001001 101000110 101 11010

Color Harmonies of #463F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F43

Black with #463F43

Text Example


Text Example

White with #463F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F43; }

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

 H1.HeaderClassName
 {
   color: #463F43;
 }
 .AnyTagClassName
 {
   color: #463F43;
 }
</style>

background-color css

<style>
 a { background-color: #463F43; }

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

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

border-color css

<style>
 span { border-color: #463F43; }

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

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