Html Css Color HEX #476473 Bismark

📋 copy color: '#476473'

red 71 ◦ green 100 ◦ blue 115

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

Shades of Bismark #476473

Tints of Bismark #476473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 24.83%
G = 34.97%
B = 40.21%

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

#476473 (or 0x476473) is known color: Bismark. HEX triplet: 47, 64 and 73. RGB value is (71,100,115). Sum of RGB (Red+Green+Blue) = 71+100+115=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #476473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476473 is #B89B8C. Grayscale: #5C5C5C. Windows color (decimal): -12098445 or 7562311. OLE color: 7562311.

HSL color Cylindrical-coordinate representation of color #476473: hue angle of 200.45º degrees, saturation: 0.24, 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 #476473 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 100 115 -
CMYK 0.38 0.13 0 0.55
HSL 200.45º 0.24% 0.36% -
HSV(B) 200.45º 0.38% 0.45% -
XYZ 10.25 11.69 17.94 -
YUV 93.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 71 100 115 0.38 0.13 0 0.55 200.45 0.24 0.36
Hex 47 64 73 26 D 0 37 C8 18 24
Octal 107 144 163 46 15 0 67 310 30 44
Binary 1000111 1100100 1110011 100110 1101 0 110111 11001000 11000 100100

Color Harmonies of #476473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476473

Black with #476473

Text Example


Text Example

White with #476473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476473; }

 p { color: rgb(71,100,115); }

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

background-color css

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

 a { background-color: rgb(71,100,115); }

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

border-color css

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

 span { border-color: rgb(71,100,115); }

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