Html Css Color HEX #476F76 Bismark

📋 copy color: '#476F76'

red 71 ◦ green 111 ◦ blue 118

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

Shades of Bismark #476F76

Tints of Bismark #476F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37%

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

R = 23.67%
G = 37%
B = 39.33%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476F76 (or 0x476F76) is known color: Bismark. HEX triplet: 47, 6F and 76. RGB value is (71,111,118). Sum of RGB (Red+Green+Blue) = 71+111+118=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 118 - color contains mainly: blue. Hex color #476F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F76 is #B89089. Grayscale: #636363. Windows color (decimal): -12095626 or 7761735. OLE color: 7761735.

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

Color convert

RGB 71 111 118 -
CMYK 0.40 0.06 0 0.54
HSL 188.94º 0.25% 0.37% -
HSV(B) 188.94º 0.4% 0.46% -
XYZ 11.55 14.02 19.24 -
YUV 99.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 71 111 118 0.40 0.06 0 0.54 188.94 0.25 0.37
Hex 47 6F 76 28 6 0 36 BD 19 25
Octal 107 157 166 50 6 0 66 275 31 45
Binary 1000111 1101111 1110110 101000 110 0 110110 10111101 11001 100101

Color Harmonies of #476F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F76

Black with #476F76

Text Example


Text Example

White with #476F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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