Html Css Color HEX #47717C Bismark

📋 copy color: '#47717C'

red 71 ◦ green 113 ◦ blue 124

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

Shades of Bismark #47717C

Tints of Bismark #47717C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 23.05%
G = 36.69%
B = 40.26%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47717C (or 0x47717C) is known color: Bismark. HEX triplet: 47, 71 and 7C. RGB value is (71,113,124). Sum of RGB (Red+Green+Blue) = 71+113+124=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #47717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47717C is #B88E83. Grayscale: #656565. Windows color (decimal): -12095108 or 8155463. OLE color: 8155463.

HSL color Cylindrical-coordinate representation of color #47717C: hue angle of 192.45º degrees, saturation: 0.27, 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 #47717C is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 113 124 -
CMYK 0.43 0.09 0 0.51
HSL 192.45º 0.27% 0.38% -
HSV(B) 192.45º 0.43% 0.49% -
XYZ 12.14 14.61 21.25 -
YUV 101.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 71 113 124 0.43 0.09 0 0.51 192.45 0.27 0.38
Hex 47 71 7C 2B 9 0 33 C0 1B 26
Octal 107 161 174 53 11 0 63 300 33 46
Binary 1000111 1110001 1111100 101011 1001 0 110011 11000000 11011 100110

Color Harmonies of #47717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47717C

Black with #47717C

Text Example


Text Example

White with #47717C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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