Html Css Color HEX #474148 Bossanova

📋 copy color: '#474148'

red 71 ◦ green 65 ◦ blue 72

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

Shades of Bossanova #474148

Tints of Bossanova #474148

RGB

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

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

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

R = 34.13%
G = 31.25%
B = 34.62%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474148 (or 0x474148) is known color: Bossanova. HEX triplet: 47, 41 and 48. RGB value is (71,65,72). Sum of RGB (Red+Green+Blue) = 71+65+72=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: blue. Hex color #474148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474148 is #B8BEB7. Grayscale: #434343. Windows color (decimal): -12107448 or 4735303. OLE color: 4735303.

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

Color convert

RGB 71 65 72 -
CMYK 0.01 0.10 0 0.72
HSL 291.43º 0.05% 0.27% -
HSV(B) 291.43º 0.1% 0.28% -
XYZ 5.66 5.59 6.91 -
YUV 67.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 71 65 72 0.01 0.10 0 0.72 291.43 0.05 0.27
Hex 47 41 48 1 A 0 48 123 5 1B
Octal 107 101 110 1 12 0 110 443 5 33
Binary 1000111 1000001 1001000 1 1010 0 1001000 100100011 101 11011

Color Harmonies of #474148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474148

Black with #474148

Text Example


Text Example

White with #474148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474148; }

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

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

background-color css

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

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

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

border-color css

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

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

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