Html Css Color HEX #476D7F Bismark

📋 copy color: '#476D7F'

red 71 ◦ green 109 ◦ blue 127

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

Shades of Bismark #476D7F

Tints of Bismark #476D7F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.5%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 23.13%
G = 35.5%
B = 41.37%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#476D7F (or 0x476D7F) is known color: Bismark. HEX triplet: 47, 6D and 7F. RGB value is (71,109,127). Sum of RGB (Red+Green+Blue) = 71+109+127=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #476D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D7F is #B89280. Grayscale: #636363. Windows color (decimal): -12096129 or 8351047. OLE color: 8351047.

HSL color Cylindrical-coordinate representation of color #476D7F: hue angle of 199.29º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #476D7F is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 109 127 -
CMYK 0.44 0.14 0 0.50
HSL 199.29º 0.28% 0.39% -
HSV(B) 199.29º 0.44% 0.5% -
XYZ 11.9 13.81 22.12 -
YUV 99.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 71 109 127 0.44 0.14 0 0.50 199.29 0.28 0.39
Hex 47 6D 7F 2C E 0 32 C7 1C 27
Octal 107 155 177 54 16 0 62 307 34 47
Binary 1000111 1101101 1111111 101100 1110 0 110010 11000111 11100 100111

Color Harmonies of #476D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D7F

Black with #476D7F

Text Example


Text Example

White with #476D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,109,127); }

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

background-color css

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

 a { background-color: rgb(71,109,127); }

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

border-color css

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

 span { border-color: rgb(71,109,127); }

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