Html Css Color HEX #473348 Bossanova

📋 copy color: '#473348'

red 71 ◦ green 51 ◦ blue 72

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

Shades of Bossanova #473348

Tints of Bossanova #473348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

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

R = 36.6%
G = 26.29%
B = 37.11%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473348 (or 0x473348) is known color: Bossanova. HEX triplet: 47, 33 and 48. RGB value is (71,51,72). Sum of RGB (Red+Green+Blue) = 71+51+72=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #473348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473348 is #B8CCB7. Grayscale: #3B3B3B. Windows color (decimal): -12111032 or 4731719. OLE color: 4731719.

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

Color convert

RGB 71 51 72 -
CMYK 0.01 0.29 0 0.72
HSL 297.14º 0.17% 0.24% -
HSV(B) 297.14º 0.29% 0.28% -
XYZ 4.95 4.18 6.68 -
YUV 59.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 71 51 72 0.01 0.29 0 0.72 297.14 0.17 0.24
Hex 47 33 48 1 1D 0 48 129 11 18
Octal 107 63 110 1 35 0 110 451 21 30
Binary 1000111 110011 1001000 1 11101 0 1001000 100101001 10001 11000

Color Harmonies of #473348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473348

Black with #473348

Text Example


Text Example

White with #473348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473348; }

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

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

background-color css

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

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

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

border-color css

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

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

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