Html Css Color HEX #464146 Bossanova

📋 copy color: '#464146'

red 70 ◦ green 65 ◦ blue 70

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

Shades of Bossanova #464146

Tints of Bossanova #464146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 34.15%
G = 31.71%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#464146 (or 0x464146) is known color: Bossanova. HEX triplet: 46, 41 and 46. RGB value is (70,65,70). Sum of RGB (Red+Green+Blue) = 70+65+70=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #464146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464146 is #B9BEB9. Grayscale: #434343. Windows color (decimal): -12172986 or 4604230. OLE color: 4604230.

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

Color convert

RGB 70 65 70 -
CMYK 0 0.07 0 0.73
HSL 300º 0.04% 0.26% -
HSV(B) 300º 0.07% 0.27% -
XYZ 5.52 5.52 6.57 -
YUV 67.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 70 65 70 0 0.07 0 0.73 300 0.04 0.26
Hex 46 41 46 0 7 0 49 12C 4 1A
Octal 106 101 106 0 7 0 111 454 4 32
Binary 1000110 1000001 1000110 0 111 0 1001001 100101100 100 11010

Color Harmonies of #464146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464146

Black with #464146

Text Example


Text Example

White with #464146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464146; }

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

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

background-color css

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

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

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

border-color css

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

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

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