Html Css Color HEX #477180 Bismark

📋 copy color: '#477180'

red 71 ◦ green 113 ◦ blue 128

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

Shades of Bismark #477180

Tints of Bismark #477180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 22.76%
G = 36.22%
B = 41.03%

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

#477180 (or 0x477180) is known color: Bismark. HEX triplet: 47, 71 and 80. RGB value is (71,113,128). Sum of RGB (Red+Green+Blue) = 71+113+128=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 128 - color contains mainly: blue. Hex color #477180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477180 is #B88E7F. Grayscale: #666666. Windows color (decimal): -12095104 or 8417607. OLE color: 8417607.

HSL color Cylindrical-coordinate representation of color #477180: hue angle of 195.79º 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 #477180 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 113 128 -
CMYK 0.45 0.12 0 0.50
HSL 195.79º 0.29% 0.39% -
HSV(B) 195.79º 0.45% 0.5% -
XYZ 12.4 14.71 22.61 -
YUV 102.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 71 113 128 0.45 0.12 0 0.50 195.79 0.29 0.39
Hex 47 71 80 2D C 0 32 C4 1D 27
Octal 107 161 200 55 14 0 62 304 35 47
Binary 1000111 1110001 10000000 101101 1100 0 110010 11000100 11101 100111

Color Harmonies of #477180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477180

Black with #477180

Text Example


Text Example

White with #477180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477180; }

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

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

background-color css

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

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

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

border-color css

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

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

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