Html Css Color HEX #473D48 Bossanova

📋 copy color: '#473D48'

red 71 ◦ green 61 ◦ blue 72

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

Shades of Bossanova #473D48

Tints of Bossanova #473D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

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

R = 34.8%
G = 29.9%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473D48 (or 0x473D48) is known color: Bossanova. HEX triplet: 47, 3D and 48. RGB value is (71,61,72). Sum of RGB (Red+Green+Blue) = 71+61+72=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: blue. Hex color #473D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D48 is #B8C2B7. Grayscale: #414141. Windows color (decimal): -12108472 or 4734279. OLE color: 4734279.

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

Color convert

RGB 71 61 72 -
CMYK 0.01 0.15 0 0.72
HSL 294.55º 0.08% 0.26% -
HSV(B) 294.55º 0.15% 0.28% -
XYZ 5.44 5.14 6.84 -
YUV 65.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 71 61 72 0.01 0.15 0 0.72 294.55 0.08 0.26
Hex 47 3D 48 1 F 0 48 127 8 1A
Octal 107 75 110 1 17 0 110 447 10 32
Binary 1000111 111101 1001000 1 1111 0 1001000 100100111 1000 11010

Color Harmonies of #473D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D48

Black with #473D48

Text Example


Text Example

White with #473D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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