Html Css Color HEX #47344B Bossanova

📋 copy color: '#47344B'

red 71 ◦ green 52 ◦ blue 75

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

Shades of Bossanova #47344B

Tints of Bossanova #47344B

RGB

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

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

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

R = 35.86%
G = 26.26%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47344B (or 0x47344B) is known color: Bossanova. HEX triplet: 47, 34 and 4B. RGB value is (71,52,75). Sum of RGB (Red+Green+Blue) = 71+52+75=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #47344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47344B is #B8CBB4. Grayscale: #3C3C3C. Windows color (decimal): -12110773 or 4928583. OLE color: 4928583.

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

Color convert

RGB 71 52 75 -
CMYK 0.05 0.31 0 0.71
HSL 289.57º 0.18% 0.25% -
HSV(B) 289.57º 0.31% 0.29% -
XYZ 5.1 4.3 7.22 -
YUV 60.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 71 52 75 0.05 0.31 0 0.71 289.57 0.18 0.25
Hex 47 34 4B 5 1F 0 47 122 12 19
Octal 107 64 113 5 37 0 107 442 22 31
Binary 1000111 110100 1001011 101 11111 0 1000111 100100010 10010 11001

Color Harmonies of #47344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47344B

Black with #47344B

Text Example


Text Example

White with #47344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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