Html Css Color HEX #476370 Bismark

📋 copy color: '#476370'

red 71 ◦ green 99 ◦ blue 112

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

Shades of Bismark #476370

Tints of Bismark #476370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.72%

R = 25.18%
G = 35.11%
B = 39.72%

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

#476370 (or 0x476370) is known color: Bismark. HEX triplet: 47, 63 and 70. RGB value is (71,99,112). Sum of RGB (Red+Green+Blue) = 71+99+112=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 112 - color contains mainly: blue. Hex color #476370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476370 is #B89C8F. Grayscale: #5C5C5C. Windows color (decimal): -12098704 or 7365447. OLE color: 7365447.

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

Color convert

RGB 71 99 112 -
CMYK 0.37 0.12 0 0.56
HSL 199.02º 0.22% 0.36% -
HSV(B) 199.02º 0.37% 0.44% -
XYZ 9.99 11.43 17.01 -
YUV 92.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 71 99 112 0.37 0.12 0 0.56 199.02 0.22 0.36
Hex 47 63 70 25 C 0 38 C7 16 24
Octal 107 143 160 45 14 0 70 307 26 44
Binary 1000111 1100011 1110000 100101 1100 0 111000 11000111 10110 100100

Color Harmonies of #476370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476370

Black with #476370

Text Example


Text Example

White with #476370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476370; }

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

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

background-color css

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

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

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

border-color css

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

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

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