Html Css Color HEX #477080 Bismark

📋 copy color: '#477080'

red 71 ◦ green 112 ◦ blue 128

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

Shades of Bismark #477080

Tints of Bismark #477080

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 22.83%
G = 36.01%
B = 41.16%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#477080 (or 0x477080) is known color: Bismark. HEX triplet: 47, 70 and 80. RGB value is (71,112,128). Sum of RGB (Red+Green+Blue) = 71+112+128=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #477080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477080 is #B88F7F. Grayscale: #656565. Windows color (decimal): -12095360 or 8417351. OLE color: 8417351.

HSL color Cylindrical-coordinate representation of color #477080: hue angle of 196.84º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #477080 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 112 128 -
CMYK 0.45 0.12 0 0.50
HSL 196.84º 0.29% 0.39% -
HSV(B) 196.84º 0.45% 0.5% -
XYZ 12.29 14.49 22.57 -
YUV 101.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 71 112 128 0.45 0.12 0 0.50 196.84 0.29 0.39
Hex 47 70 80 2D C 0 32 C5 1D 27
Octal 107 160 200 55 14 0 62 305 35 47
Binary 1000111 1110000 10000000 101101 1100 0 110010 11000101 11101 100111

Color Harmonies of #477080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477080

Black with #477080

Text Example


Text Example

White with #477080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477080; }

 p { color: rgb(71,112,128); }

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

background-color css

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

 a { background-color: rgb(71,112,128); }

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

border-color css

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

 span { border-color: rgb(71,112,128); }

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