Html Css Color HEX #473548 Bossanova

📋 copy color: '#473548'

red 71 ◦ green 53 ◦ blue 72

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

Shades of Bossanova #473548

Tints of Bossanova #473548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 36.22%
G = 27.04%
B = 36.73%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473548 (or 0x473548) is known color: Bossanova. HEX triplet: 47, 35 and 48. RGB value is (71,53,72). Sum of RGB (Red+Green+Blue) = 71+53+72=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #473548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473548 is #B8CAB7. Grayscale: #3C3C3C. Windows color (decimal): -12110520 or 4732231. OLE color: 4732231.

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

Color convert

RGB 71 53 72 -
CMYK 0.01 0.26 0 0.72
HSL 296.84º 0.15% 0.25% -
HSV(B) 296.84º 0.26% 0.28% -
XYZ 5.04 4.35 6.71 -
YUV 60.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 71 53 72 0.01 0.26 0 0.72 296.84 0.15 0.25
Hex 47 35 48 1 1A 0 48 129 F 19
Octal 107 65 110 1 32 0 110 451 17 31
Binary 1000111 110101 1001000 1 11010 0 1001000 100101001 1111 11001

Color Harmonies of #473548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473548

Black with #473548

Text Example


Text Example

White with #473548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473548; }

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

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

background-color css

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

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

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

border-color css

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

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

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