Html Css Color HEX #47384A Bossanova

📋 copy color: '#47384A'

red 71 ◦ green 56 ◦ blue 74

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

Shades of Bossanova #47384A

Tints of Bossanova #47384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 35.32%
G = 27.86%
B = 36.82%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47384A (or 0x47384A) is known color: Bossanova. HEX triplet: 47, 38 and 4A. RGB value is (71,56,74). Sum of RGB (Red+Green+Blue) = 71+56+74=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 74 - color contains mainly: blue. Hex color #47384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47384A is #B8C7B5. Grayscale: #3E3E3E. Windows color (decimal): -12109750 or 4864071. OLE color: 4864071.

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

Color convert

RGB 71 56 74 -
CMYK 0.04 0.24 0 0.71
HSL 290º 0.14% 0.25% -
HSV(B) 290º 0.24% 0.29% -
XYZ 5.25 4.66 7.1 -
YUV 62.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 71 56 74 0.04 0.24 0 0.71 290 0.14 0.25
Hex 47 38 4A 4 18 0 47 122 E 19
Octal 107 70 112 4 30 0 107 442 16 31
Binary 1000111 111000 1001010 100 11000 0 1000111 100100010 1110 11001

Color Harmonies of #47384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47384A

Black with #47384A

Text Example


Text Example

White with #47384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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