Html Css Color HEX #464147 Bossanova

📋 copy color: '#464147'

red 70 ◦ green 65 ◦ blue 71

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

Shades of Bossanova #464147

Tints of Bossanova #464147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 33.98%
G = 31.55%
B = 34.47%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464147 (or 0x464147) is known color: Bossanova. HEX triplet: 46, 41 and 47. RGB value is (70,65,71). Sum of RGB (Red+Green+Blue) = 70+65+71=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: blue. Hex color #464147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464147 is #B9BEB8. Grayscale: #434343. Windows color (decimal): -12172985 or 4669766. OLE color: 4669766.

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

Color convert

RGB 70 65 71 -
CMYK 0.01 0.08 0 0.72
HSL 290º 0.04% 0.27% -
HSV(B) 290º 0.08% 0.28% -
XYZ 5.55 5.54 6.74 -
YUV 67.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 70 65 71 0.01 0.08 0 0.72 290 0.04 0.27
Hex 46 41 47 1 8 0 48 122 4 1B
Octal 106 101 107 1 10 0 110 442 4 33
Binary 1000110 1000001 1000111 1 1000 0 1001000 100100010 100 11011

Color Harmonies of #464147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464147

Black with #464147

Text Example


Text Example

White with #464147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464147; }

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

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

background-color css

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

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

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

border-color css

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

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

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