Html Css Color HEX #47717D Bismark

📋 copy color: '#47717D'

red 71 ◦ green 113 ◦ blue 125

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

Shades of Bismark #47717D

Tints of Bismark #47717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

 BLUE value IS 125 (49.22% from 255) = 40.45%

R = 22.98%
G = 36.57%
B = 40.45%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47717D (or 0x47717D) is known color: Bismark. HEX triplet: 47, 71 and 7D. RGB value is (71,113,125). Sum of RGB (Red+Green+Blue) = 71+113+125=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 125 - color contains mainly: blue. Hex color #47717D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47717D is #B88E82. Grayscale: #656565. Windows color (decimal): -12095107 or 8220999. OLE color: 8220999.

HSL color Cylindrical-coordinate representation of color #47717D: hue angle of 193.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47717D is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 113 125 -
CMYK 0.43 0.10 0 0.51
HSL 193.33º 0.28% 0.38% -
HSV(B) 193.33º 0.43% 0.49% -
XYZ 12.21 14.63 21.58 -
YUV 101.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 71 113 125 0.43 0.10 0 0.51 193.33 0.28 0.38
Hex 47 71 7D 2B A 0 33 C1 1C 26
Octal 107 161 175 53 12 0 63 301 34 46
Binary 1000111 1110001 1111101 101011 1010 0 110011 11000001 11100 100110

Color Harmonies of #47717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47717D

Black with #47717D

Text Example


Text Example

White with #47717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47717D; }

 p { color: rgb(71,113,125); }

 H1.HeaderClassName
 {
   color: #47717D;
 }
 .AnyTagClassName
 {
   color: #47717D;
 }
</style>

background-color css

<style>
 a { background-color: #47717D; }

 a { background-color: rgb(71,113,125); }

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

border-color css

<style>
 span { border-color: #47717D; }

 span { border-color: rgb(71,113,125); }

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