Html Css Color HEX #47697F Bismark

📋 copy color: '#47697F'

red 71 ◦ green 105 ◦ blue 127

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

Shades of Bismark #47697F

Tints of Bismark #47697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 23.43%
G = 34.65%
B = 41.91%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47697F (or 0x47697F) is known color: Bismark. HEX triplet: 47, 69 and 7F. RGB value is (71,105,127). Sum of RGB (Red+Green+Blue) = 71+105+127=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #47697F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47697F is #B89680. Grayscale: #616161. Windows color (decimal): -12097153 or 8350023. OLE color: 8350023.

HSL color Cylindrical-coordinate representation of color #47697F: hue angle of 203.57º 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 #47697F is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 105 127 -
CMYK 0.44 0.17 0 0.50
HSL 203.57º 0.28% 0.39% -
HSV(B) 203.57º 0.44% 0.5% -
XYZ 11.48 12.98 21.98 -
YUV 97.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 71 105 127 0.44 0.17 0 0.50 203.57 0.28 0.39
Hex 47 69 7F 2C 11 0 32 CC 1C 27
Octal 107 151 177 54 21 0 62 314 34 47
Binary 1000111 1101001 1111111 101100 10001 0 110010 11001100 11100 100111

Color Harmonies of #47697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47697F

Black with #47697F

Text Example


Text Example

White with #47697F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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