Html Css Color HEX #476372 Bismark

📋 copy color: '#476372'

red 71 ◦ green 99 ◦ blue 114

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

Shades of Bismark #476372

Tints of Bismark #476372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 25%
G = 34.86%
B = 40.14%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476372 (or 0x476372) is known color: Bismark. HEX triplet: 47, 63 and 72. RGB value is (71,99,114). Sum of RGB (Red+Green+Blue) = 71+99+114=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #476372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476372 is #B89C8D. Grayscale: #5C5C5C. Windows color (decimal): -12098702 or 7496519. OLE color: 7496519.

HSL color Cylindrical-coordinate representation of color #476372: hue angle of 200.93º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476372 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 99 114 -
CMYK 0.38 0.13 0 0.55
HSL 200.93º 0.23% 0.36% -
HSV(B) 200.93º 0.38% 0.45% -
XYZ 10.1 11.48 17.6 -
YUV 92.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 71 99 114 0.38 0.13 0 0.55 200.93 0.23 0.36
Hex 47 63 72 26 D 0 37 C9 17 24
Octal 107 143 162 46 15 0 67 311 27 44
Binary 1000111 1100011 1110010 100110 1101 0 110111 11001001 10111 100100

Color Harmonies of #476372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476372

Black with #476372

Text Example


Text Example

White with #476372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476372; }

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

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

background-color css

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

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

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

border-color css

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

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

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