Html Css Color HEX #473B4C Bossanova

📋 copy color: '#473B4C'

red 71 ◦ green 59 ◦ blue 76

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

Shades of Bossanova #473B4C

Tints of Bossanova #473B4C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.64%

 BLUE value IS 76 (30.08% from 255) = 36.89%

R = 34.47%
G = 28.64%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#473B4C (or 0x473B4C) is known color: Bossanova. HEX triplet: 47, 3B and 4C. RGB value is (71,59,76). Sum of RGB (Red+Green+Blue) = 71+59+76=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #473B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B4C is #B8C4B3. Grayscale: #404040. Windows color (decimal): -12108980 or 4995911. OLE color: 4995911.

HSL color Cylindrical-coordinate representation of color #473B4C: hue angle of 282.35º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #473B4C is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 59 76 -
CMYK 0.07 0.22 0 0.70
HSL 282.35º 0.13% 0.26% -
HSV(B) 282.35º 0.22% 0.3% -
XYZ 5.47 4.99 7.51 -
YUV 64.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 71 59 76 0.07 0.22 0 0.70 282.35 0.13 0.26
Hex 47 3B 4C 7 16 0 46 11A D 1A
Octal 107 73 114 7 26 0 106 432 15 32
Binary 1000111 111011 1001100 111 10110 0 1000110 100011010 1101 11010

Color Harmonies of #473B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B4C

Black with #473B4C

Text Example


Text Example

White with #473B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,76); }

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

background-color css

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

 a { background-color: rgb(71,59,76); }

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

border-color css

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

 span { border-color: rgb(71,59,76); }

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