Html Css Color HEX #47344A Bossanova

📋 copy color: '#47344A'

red 71 ◦ green 52 ◦ blue 74

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

Shades of Bossanova #47344A

Tints of Bossanova #47344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 36.04%
G = 26.4%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47344A (or 0x47344A) is known color: Bossanova. HEX triplet: 47, 34 and 4A. RGB value is (71,52,74). Sum of RGB (Red+Green+Blue) = 71+52+74=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #47344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47344A is #B8CBB5. Grayscale: #3C3C3C. Windows color (decimal): -12110774 or 4863047. OLE color: 4863047.

HSL color Cylindrical-coordinate representation of color #47344A: hue angle of 291.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47344A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 52 74 -
CMYK 0.04 0.30 0 0.71
HSL 291.82º 0.17% 0.25% -
HSV(B) 291.82º 0.3% 0.29% -
XYZ 5.06 4.29 7.04 -
YUV 60.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 71 52 74 0.04 0.30 0 0.71 291.82 0.17 0.25
Hex 47 34 4A 4 1E 0 47 124 11 19
Octal 107 64 112 4 36 0 107 444 21 31
Binary 1000111 110100 1001010 100 11110 0 1000111 100100100 10001 11001

Color Harmonies of #47344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47344A

Black with #47344A

Text Example


Text Example

White with #47344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47344A; }

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

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

background-color css

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

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

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

border-color css

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

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

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