Html Css Color HEX #464247 Bossanova

📋 copy color: '#464247'

red 70 ◦ green 66 ◦ blue 71

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

Shades of Bossanova #464247

Tints of Bossanova #464247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.88%

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

R = 33.82%
G = 31.88%
B = 34.3%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464247 (or 0x464247) is known color: Bossanova. HEX triplet: 46, 42 and 47. RGB value is (70,66,71). Sum of RGB (Red+Green+Blue) = 70+66+71=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 71 - color contains mainly: blue. Hex color #464247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464247 is #B9BDB8. Grayscale: #434343. Windows color (decimal): -12172729 or 4670022. OLE color: 4670022.

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

Color convert

RGB 70 66 71 -
CMYK 0.01 0.07 0 0.72
HSL 288º 0.04% 0.27% -
HSV(B) 288º 0.07% 0.28% -
XYZ 5.61 5.65 6.76 -
YUV 67.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 70 66 71 0.01 0.07 0 0.72 288 0.04 0.27
Hex 46 42 47 1 7 0 48 120 4 1B
Octal 106 102 107 1 7 0 110 440 4 33
Binary 1000110 1000010 1000111 1 111 0 1001000 100100000 100 11011

Color Harmonies of #464247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464247

Black with #464247

Text Example


Text Example

White with #464247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464247; }

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

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

background-color css

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

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

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

border-color css

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

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

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