Html Css Color HEX #47727F Bismark

📋 copy color: '#47727F'

red 71 ◦ green 114 ◦ blue 127

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

Shades of Bismark #47727F

Tints of Bismark #47727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 22.76%
G = 36.54%
B = 40.71%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47727F (or 0x47727F) is known color: Bismark. HEX triplet: 47, 72 and 7F. RGB value is (71,114,127). Sum of RGB (Red+Green+Blue) = 71+114+127=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #47727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47727F is #B88D80. Grayscale: #666666. Windows color (decimal): -12094849 or 8352327. OLE color: 8352327.

HSL color Cylindrical-coordinate representation of color #47727F: hue angle of 193.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #47727F is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 114 127 -
CMYK 0.44 0.10 0 0.50
HSL 193.93º 0.28% 0.39% -
HSV(B) 193.93º 0.44% 0.5% -
XYZ 12.45 14.91 22.3 -
YUV 102.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 71 114 127 0.44 0.10 0 0.50 193.93 0.28 0.39
Hex 47 72 7F 2C A 0 32 C2 1C 27
Octal 107 162 177 54 12 0 62 302 34 47
Binary 1000111 1110010 1111111 101100 1010 0 110010 11000010 11100 100111

Color Harmonies of #47727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47727F

Black with #47727F

Text Example


Text Example

White with #47727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47727F; }

 p { color: rgb(71,114,127); }

 H1.HeaderClassName
 {
   color: #47727F;
 }
 .AnyTagClassName
 {
   color: #47727F;
 }
</style>

background-color css

<style>
 a { background-color: #47727F; }

 a { background-color: rgb(71,114,127); }

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

border-color css

<style>
 span { border-color: #47727F; }

 span { border-color: rgb(71,114,127); }

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