Html Css Color HEX #476A73 Bismark

📋 copy color: '#476A73'

red 71 ◦ green 106 ◦ blue 115

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

Shades of Bismark #476A73

Tints of Bismark #476A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

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

R = 24.32%
G = 36.3%
B = 39.38%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476A73 (or 0x476A73) is known color: Bismark. HEX triplet: 47, 6A and 73. RGB value is (71,106,115). Sum of RGB (Red+Green+Blue) = 71+106+115=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #476A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A73 is #B8958C. Grayscale: #606060. Windows color (decimal): -12096909 or 7563847. OLE color: 7563847.

HSL color Cylindrical-coordinate representation of color #476A73: hue angle of 192.27º 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 #476A73 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 106 115 -
CMYK 0.38 0.08 0 0.55
HSL 192.27º 0.24% 0.36% -
HSV(B) 192.27º 0.38% 0.45% -
XYZ 10.85 12.89 18.14 -
YUV 96.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 71 106 115 0.38 0.08 0 0.55 192.27 0.24 0.36
Hex 47 6A 73 26 8 0 37 C0 18 24
Octal 107 152 163 46 10 0 67 300 30 44
Binary 1000111 1101010 1110011 100110 1000 0 110111 11000000 11000 100100

Color Harmonies of #476A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476A73

Black with #476A73

Text Example


Text Example

White with #476A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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