Html Css Color HEX #476175 Bismark

📋 copy color: '#476175'

red 71 ◦ green 97 ◦ blue 117

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

Shades of Bismark #476175

Tints of Bismark #476175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

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

R = 24.91%
G = 34.04%
B = 41.05%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476175 (or 0x476175) is known color: Bismark. HEX triplet: 47, 61 and 75. RGB value is (71,97,117). Sum of RGB (Red+Green+Blue) = 71+97+117=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #476175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476175 is #B89E8A. Grayscale: #5B5B5B. Windows color (decimal): -12099211 or 7692615. OLE color: 7692615.

HSL color Cylindrical-coordinate representation of color #476175: hue angle of 206.09º 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 #476175 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 97 117 -
CMYK 0.39 0.17 0 0.54
HSL 206.09º 0.24% 0.37% -
HSV(B) 206.09º 0.39% 0.46% -
XYZ 10.08 11.17 18.45 -
YUV 91.51 142.39 113.37 -
System Red Green Blue C M Y K H S L
Decimal 71 97 117 0.39 0.17 0 0.54 206.09 0.24 0.37
Hex 47 61 75 27 11 0 36 CE 18 25
Octal 107 141 165 47 21 0 66 316 30 45
Binary 1000111 1100001 1110101 100111 10001 0 110110 11001110 11000 100101

Color Harmonies of #476175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476175

Black with #476175

Text Example


Text Example

White with #476175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476175; }

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

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

background-color css

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

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

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

border-color css

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

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

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