Html Css Color HEX #476171 Bismark

📋 copy color: '#476171'

red 71 ◦ green 97 ◦ blue 113

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

Shades of Bismark #476171

Tints of Bismark #476171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 25.27%
G = 34.52%
B = 40.21%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476171 (or 0x476171) is known color: Bismark. HEX triplet: 47, 61 and 71. RGB value is (71,97,113). Sum of RGB (Red+Green+Blue) = 71+97+113=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #476171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476171 is #B89E8E. Grayscale: #5A5A5A. Windows color (decimal): -12099215 or 7430471. OLE color: 7430471.

HSL color Cylindrical-coordinate representation of color #476171: hue angle of 202.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #476171 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 97 113 -
CMYK 0.37 0.14 0 0.56
HSL 202.86º 0.23% 0.36% -
HSV(B) 202.86º 0.37% 0.44% -
XYZ 9.85 11.08 17.24 -
YUV 91.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 71 97 113 0.37 0.14 0 0.56 202.86 0.23 0.36
Hex 47 61 71 25 E 0 38 CB 17 24
Octal 107 141 161 45 16 0 70 313 27 44
Binary 1000111 1100001 1110001 100101 1110 0 111000 11001011 10111 100100

Color Harmonies of #476171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476171

Black with #476171

Text Example


Text Example

White with #476171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476171; }

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

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

background-color css

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

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

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

border-color css

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

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

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