Html Css Color HEX #476575 Bismark

📋 copy color: '#476575'

red 71 ◦ green 101 ◦ blue 117

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

Shades of Bismark #476575

Tints of Bismark #476575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 24.57%
G = 34.95%
B = 40.48%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476575 (or 0x476575) is known color: Bismark. HEX triplet: 47, 65 and 75. RGB value is (71,101,117). Sum of RGB (Red+Green+Blue) = 71+101+117=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #476575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476575 is #B89A8A. Grayscale: #5D5D5D. Windows color (decimal): -12098187 or 7693639. OLE color: 7693639.

HSL color Cylindrical-coordinate representation of color #476575: hue angle of 200.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476575 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 101 117 -
CMYK 0.39 0.14 0 0.54
HSL 200.87º 0.24% 0.37% -
HSV(B) 200.87º 0.39% 0.46% -
XYZ 10.46 11.93 18.58 -
YUV 93.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 71 101 117 0.39 0.14 0 0.54 200.87 0.24 0.37
Hex 47 65 75 27 E 0 36 C9 18 25
Octal 107 145 165 47 16 0 66 311 30 45
Binary 1000111 1100101 1110101 100111 1110 0 110110 11001001 11000 100101

Color Harmonies of #476575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476575

Black with #476575

Text Example


Text Example

White with #476575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476575; }

 p { color: rgb(71,101,117); }

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

background-color css

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

 a { background-color: rgb(71,101,117); }

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

border-color css

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

 span { border-color: rgb(71,101,117); }

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