Html Css Color HEX #474548 Bossanova

📋 copy color: '#474548'

red 71 ◦ green 69 ◦ blue 72

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

Shades of Bossanova #474548

Tints of Bossanova #474548

RGB

 RED value IS 71 (28.13% from 255) = 33.49%

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 33.49%
G = 32.55%
B = 33.96%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474548 (or 0x474548) is known color: Bossanova. HEX triplet: 47, 45 and 48. RGB value is (71,69,72). Sum of RGB (Red+Green+Blue) = 71+69+72=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 72 - color contains mainly: blue. Hex color #474548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474548 is #B8BAB7. Grayscale: #454545. Windows color (decimal): -12106424 or 4736327. OLE color: 4736327.

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

Color convert

RGB 71 69 72 -
CMYK 0.01 0.04 0 0.72
HSL 280º 0.02% 0.28% -
HSV(B) 280º 0.04% 0.28% -
XYZ 5.9 6.06 6.99 -
YUV 69.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 71 69 72 0.01 0.04 0 0.72 280 0.02 0.28
Hex 47 45 48 1 4 0 48 118 2 1C
Octal 107 105 110 1 4 0 110 430 2 34
Binary 1000111 1000101 1001000 1 100 0 1001000 100011000 10 11100

Color Harmonies of #474548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474548

Black with #474548

Text Example


Text Example

White with #474548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474548; }

 p { color: rgb(71,69,72); }

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

background-color css

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

 a { background-color: rgb(71,69,72); }

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

border-color css

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

 span { border-color: rgb(71,69,72); }

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