Html Css Color HEX #476176 Bismark

📋 copy color: '#476176'

red 71 ◦ green 97 ◦ blue 118

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

Shades of Bismark #476176

Tints of Bismark #476176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 24.83%
G = 33.92%
B = 41.26%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476176 (or 0x476176) is known color: Bismark. HEX triplet: 47, 61 and 76. RGB value is (71,97,118). Sum of RGB (Red+Green+Blue) = 71+97+118=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #476176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476176 is #B89E89. Grayscale: #5B5B5B. Windows color (decimal): -12099210 or 7758151. OLE color: 7758151.

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

Color convert

RGB 71 97 118 -
CMYK 0.40 0.18 0 0.54
HSL 206.81º 0.25% 0.37% -
HSV(B) 206.81º 0.4% 0.46% -
XYZ 10.14 11.2 18.77 -
YUV 91.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 71 97 118 0.40 0.18 0 0.54 206.81 0.25 0.37
Hex 47 61 76 28 12 0 36 CF 19 25
Octal 107 141 166 50 22 0 66 317 31 45
Binary 1000111 1100001 1110110 101000 10010 0 110110 11001111 11001 100101

Color Harmonies of #476176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476176

Black with #476176

Text Example


Text Example

White with #476176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476176; }

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

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

background-color css

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

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

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

border-color css

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

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

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