Html Css Color HEX #474448 Bossanova

📋 copy color: '#474448'

red 71 ◦ green 68 ◦ blue 72

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

Shades of Bossanova #474448

Tints of Bossanova #474448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 33.65%
G = 32.23%
B = 34.12%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474448 (or 0x474448) is known color: Bossanova. HEX triplet: 47, 44 and 48. RGB value is (71,68,72). Sum of RGB (Red+Green+Blue) = 71+68+72=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: blue. Hex color #474448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474448 is #B8BBB7. Grayscale: #454545. Windows color (decimal): -12106680 or 4736071. OLE color: 4736071.

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

Color convert

RGB 71 68 72 -
CMYK 0.01 0.06 0 0.72
HSL 285º 0.03% 0.27% -
HSV(B) 285º 0.06% 0.28% -
XYZ 5.84 5.94 6.97 -
YUV 69.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 71 68 72 0.01 0.06 0 0.72 285 0.03 0.27
Hex 47 44 48 1 6 0 48 11D 3 1B
Octal 107 104 110 1 6 0 110 435 3 33
Binary 1000111 1000100 1001000 1 110 0 1001000 100011101 11 11011

Color Harmonies of #474448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474448

Black with #474448

Text Example


Text Example

White with #474448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474448; }

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

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

background-color css

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

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

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

border-color css

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

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

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