Html Css Color HEX #476371 Bismark

📋 copy color: '#476371'

red 71 ◦ green 99 ◦ blue 113

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

Shades of Bismark #476371

Tints of Bismark #476371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 25.09%
G = 34.98%
B = 39.93%

CMYK

 C value IS 0.37

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#476371 (or 0x476371) is known color: Bismark. HEX triplet: 47, 63 and 71. RGB value is (71,99,113). Sum of RGB (Red+Green+Blue) = 71+99+113=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #476371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476371 is #B89C8E. Grayscale: #5C5C5C. Windows color (decimal): -12098703 or 7430983. OLE color: 7430983.

HSL color Cylindrical-coordinate representation of color #476371: hue angle of 200º 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 #476371 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 99 113 -
CMYK 0.37 0.12 0 0.56
HSL 200º 0.23% 0.36% -
HSV(B) 200º 0.37% 0.44% -
XYZ 10.04 11.46 17.3 -
YUV 92.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 71 99 113 0.37 0.12 0 0.56 200 0.23 0.36
Hex 47 63 71 25 C 0 38 C8 17 24
Octal 107 143 161 45 14 0 70 310 27 44
Binary 1000111 1100011 1110001 100101 1100 0 111000 11001000 10111 100100

Color Harmonies of #476371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476371

Black with #476371

Text Example


Text Example

White with #476371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476371; }

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

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

background-color css

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

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

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

border-color css

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

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

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