Html Css Color HEX #476B76 Bismark

📋 copy color: '#476B76'

red 71 ◦ green 107 ◦ blue 118

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

Shades of Bismark #476B76

Tints of Bismark #476B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.15%

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

R = 23.99%
G = 36.15%
B = 39.86%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476B76 (or 0x476B76) is known color: Bismark. HEX triplet: 47, 6B and 76. RGB value is (71,107,118). Sum of RGB (Red+Green+Blue) = 71+107+118=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #476B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B76 is #B89489. Grayscale: #616161. Windows color (decimal): -12096650 or 7760711. OLE color: 7760711.

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

Color convert

RGB 71 107 118 -
CMYK 0.40 0.09 0 0.54
HSL 194.04º 0.25% 0.37% -
HSV(B) 194.04º 0.4% 0.46% -
XYZ 11.13 13.16 19.09 -
YUV 97.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 71 107 118 0.40 0.09 0 0.54 194.04 0.25 0.37
Hex 47 6B 76 28 9 0 36 C2 19 25
Octal 107 153 166 50 11 0 66 302 31 45
Binary 1000111 1101011 1110110 101000 1001 0 110110 11000010 11001 100101

Color Harmonies of #476B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B76

Black with #476B76

Text Example


Text Example

White with #476B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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