Html Css Color HEX #464346 Bossanova

📋 copy color: '#464346'

red 70 ◦ green 67 ◦ blue 70

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

Shades of Bossanova #464346

Tints of Bossanova #464346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 70 (27.73% from 255) = 33.82%

R = 33.82%
G = 32.37%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#464346 (or 0x464346) is known color: Bossanova. HEX triplet: 46, 43 and 46. RGB value is (70,67,70). Sum of RGB (Red+Green+Blue) = 70+67+70=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #464346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464346 is #B9BCB9. Grayscale: #444444. Windows color (decimal): -12172474 or 4604742. OLE color: 4604742.

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

Color convert

RGB 70 67 70 -
CMYK 0 0.04 0 0.73
HSL 300º 0.02% 0.27% -
HSV(B) 300º 0.04% 0.27% -
XYZ 5.64 5.76 6.61 -
YUV 68.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 70 67 70 0 0.04 0 0.73 300 0.02 0.27
Hex 46 43 46 0 4 0 49 12C 2 1B
Octal 106 103 106 0 4 0 111 454 2 33
Binary 1000110 1000011 1000110 0 100 0 1001001 100101100 10 11011

Color Harmonies of #464346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464346

Black with #464346

Text Example


Text Example

White with #464346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464346; }

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

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

background-color css

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

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

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

border-color css

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

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

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