Html Css Color HEX #47384B Bossanova

📋 copy color: '#47384B'

red 71 ◦ green 56 ◦ blue 75

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

Shades of Bossanova #47384B

Tints of Bossanova #47384B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 35.15%
G = 27.72%
B = 37.13%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47384B (or 0x47384B) is known color: Bossanova. HEX triplet: 47, 38 and 4B. RGB value is (71,56,75). Sum of RGB (Red+Green+Blue) = 71+56+75=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #47384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47384B is #B8C7B4. Grayscale: #3E3E3E. Windows color (decimal): -12109749 or 4929607. OLE color: 4929607.

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

Color convert

RGB 71 56 75 -
CMYK 0.05 0.25 0 0.71
HSL 287.37º 0.15% 0.26% -
HSV(B) 287.37º 0.25% 0.29% -
XYZ 5.28 4.68 7.28 -
YUV 62.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 71 56 75 0.05 0.25 0 0.71 287.37 0.15 0.26
Hex 47 38 4B 5 19 0 47 11F F 1A
Octal 107 70 113 5 31 0 107 437 17 32
Binary 1000111 111000 1001011 101 11001 0 1000111 100011111 1111 11010

Color Harmonies of #47384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47384B

Black with #47384B

Text Example


Text Example

White with #47384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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