Html Css Color HEX #47384C Bossanova

📋 copy color: '#47384C'

red 71 ◦ green 56 ◦ blue 76

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

Shades of Bossanova #47384C

Tints of Bossanova #47384C

RGB

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

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

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

R = 34.98%
G = 27.59%
B = 37.44%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47384C (or 0x47384C) is known color: Bossanova. HEX triplet: 47, 38 and 4C. RGB value is (71,56,76). Sum of RGB (Red+Green+Blue) = 71+56+76=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #47384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47384C is #B8C7B3. Grayscale: #3E3E3E. Windows color (decimal): -12109748 or 4995143. OLE color: 4995143.

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

Color convert

RGB 71 56 76 -
CMYK 0.07 0.26 0 0.70
HSL 285º 0.15% 0.26% -
HSV(B) 285º 0.26% 0.3% -
XYZ 5.32 4.69 7.46 -
YUV 62.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 71 56 76 0.07 0.26 0 0.70 285 0.15 0.26
Hex 47 38 4C 7 1A 0 46 11D F 1A
Octal 107 70 114 7 32 0 106 435 17 32
Binary 1000111 111000 1001100 111 11010 0 1000110 100011101 1111 11010

Color Harmonies of #47384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47384C

Black with #47384C

Text Example


Text Example

White with #47384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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