Html Css Color HEX #473248 Bossanova

📋 copy color: '#473248'

red 71 ◦ green 50 ◦ blue 72

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

Shades of Bossanova #473248

Tints of Bossanova #473248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.91%

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

R = 36.79%
G = 25.91%
B = 37.31%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473248 (or 0x473248) is known color: Bossanova. HEX triplet: 47, 32 and 48. RGB value is (71,50,72). Sum of RGB (Red+Green+Blue) = 71+50+72=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #473248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473248 is #B8CDB7. Grayscale: #3A3A3A. Windows color (decimal): -12111288 or 4731463. OLE color: 4731463.

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

Color convert

RGB 71 50 72 -
CMYK 0.01 0.31 0 0.72
HSL 297.27º 0.18% 0.24% -
HSV(B) 297.27º 0.31% 0.28% -
XYZ 4.91 4.09 6.66 -
YUV 58.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 71 50 72 0.01 0.31 0 0.72 297.27 0.18 0.24
Hex 47 32 48 1 1F 0 48 129 12 18
Octal 107 62 110 1 37 0 110 451 22 30
Binary 1000111 110010 1001000 1 11111 0 1001000 100101001 10010 11000

Color Harmonies of #473248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473248

Black with #473248

Text Example


Text Example

White with #473248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473248; }

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

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

background-color css

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

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

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

border-color css

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

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

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