Html Css Color HEX #476377 Bismark

📋 copy color: '#476377'

red 71 ◦ green 99 ◦ blue 119

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

Shades of Bismark #476377

Tints of Bismark #476377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 24.57%
G = 34.26%
B = 41.18%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476377 (or 0x476377) is known color: Bismark. HEX triplet: 47, 63 and 77. RGB value is (71,99,119). Sum of RGB (Red+Green+Blue) = 71+99+119=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #476377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476377 is #B89C88. Grayscale: #5C5C5C. Windows color (decimal): -12098697 or 7824199. OLE color: 7824199.

HSL color Cylindrical-coordinate representation of color #476377: hue angle of 205º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476377 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 99 119 -
CMYK 0.40 0.17 0 0.53
HSL 205º 0.25% 0.37% -
HSV(B) 205º 0.4% 0.47% -
XYZ 10.39 11.6 19.14 -
YUV 92.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 71 99 119 0.40 0.17 0 0.53 205 0.25 0.37
Hex 47 63 77 28 11 0 35 CD 19 25
Octal 107 143 167 50 21 0 65 315 31 45
Binary 1000111 1100011 1110111 101000 10001 0 110101 11001101 11001 100101

Color Harmonies of #476377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476377

Black with #476377

Text Example


Text Example

White with #476377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476377; }

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

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

background-color css

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

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

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

border-color css

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

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

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