Html Css Color HEX #473448 Bossanova

📋 copy color: '#473448'

red 71 ◦ green 52 ◦ blue 72

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

Shades of Bossanova #473448

Tints of Bossanova #473448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 36.41%
G = 26.67%
B = 36.92%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473448 (or 0x473448) is known color: Bossanova. HEX triplet: 47, 34 and 48. RGB value is (71,52,72). Sum of RGB (Red+Green+Blue) = 71+52+72=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #473448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473448 is #B8CBB7. Grayscale: #3B3B3B. Windows color (decimal): -12110776 or 4731975. OLE color: 4731975.

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

Color convert

RGB 71 52 72 -
CMYK 0.01 0.28 0 0.72
HSL 297º 0.16% 0.24% -
HSV(B) 297º 0.28% 0.28% -
XYZ 5 4.26 6.69 -
YUV 59.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 71 52 72 0.01 0.28 0 0.72 297 0.16 0.24
Hex 47 34 48 1 1C 0 48 129 10 18
Octal 107 64 110 1 34 0 110 451 20 30
Binary 1000111 110100 1001000 1 11100 0 1001000 100101001 10000 11000

Color Harmonies of #473448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473448

Black with #473448

Text Example


Text Example

White with #473448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473448; }

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

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

background-color css

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

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

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

border-color css

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

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

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