Html Css Color HEX #476E76 Bismark

📋 copy color: '#476E76'

red 71 ◦ green 110 ◦ blue 118

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

Shades of Bismark #476E76

Tints of Bismark #476E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.79%

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

R = 23.75%
G = 36.79%
B = 39.46%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476E76 (or 0x476E76) is known color: Bismark. HEX triplet: 47, 6E and 76. RGB value is (71,110,118). Sum of RGB (Red+Green+Blue) = 71+110+118=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #476E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E76 is #B89189. Grayscale: #636363. Windows color (decimal): -12095882 or 7761479. OLE color: 7761479.

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

Color convert

RGB 71 110 118 -
CMYK 0.40 0.07 0 0.54
HSL 190.21º 0.25% 0.37% -
HSV(B) 190.21º 0.4% 0.46% -
XYZ 11.44 13.8 19.2 -
YUV 99.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 71 110 118 0.40 0.07 0 0.54 190.21 0.25 0.37
Hex 47 6E 76 28 7 0 36 BE 19 25
Octal 107 156 166 50 7 0 66 276 31 45
Binary 1000111 1101110 1110110 101000 111 0 110110 10111110 11001 100101

Color Harmonies of #476E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E76

Black with #476E76

Text Example


Text Example

White with #476E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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