Html Css Color HEX #476C76 Bismark

📋 copy color: '#476C76'

red 71 ◦ green 108 ◦ blue 118

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

Shades of Bismark #476C76

Tints of Bismark #476C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 23.91%
G = 36.36%
B = 39.73%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476C76 (or 0x476C76) is known color: Bismark. HEX triplet: 47, 6C and 76. RGB value is (71,108,118). Sum of RGB (Red+Green+Blue) = 71+108+118=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 118 - color contains mainly: blue. Hex color #476C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C76 is #B89389. Grayscale: #626262. Windows color (decimal): -12096394 or 7760967. OLE color: 7760967.

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

Color convert

RGB 71 108 118 -
CMYK 0.40 0.08 0 0.54
HSL 192.77º 0.25% 0.37% -
HSV(B) 192.77º 0.4% 0.46% -
XYZ 11.23 13.37 19.13 -
YUV 98.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 71 108 118 0.40 0.08 0 0.54 192.77 0.25 0.37
Hex 47 6C 76 28 8 0 36 C1 19 25
Octal 107 154 166 50 10 0 66 301 31 45
Binary 1000111 1101100 1110110 101000 1000 0 110110 11000001 11001 100101

Color Harmonies of #476C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C76

Black with #476C76

Text Example


Text Example

White with #476C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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