Html Css Color HEX #477481 Bismark

📋 copy color: '#477481'

red 71 ◦ green 116 ◦ blue 129

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

Shades of Bismark #477481

Tints of Bismark #477481

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.71%

 BLUE value IS 129 (50.78% from 255) = 40.82%

R = 22.47%
G = 36.71%
B = 40.82%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477481 (or 0x477481) is known color: Bismark. HEX triplet: 47, 74 and 81. RGB value is (71,116,129). Sum of RGB (Red+Green+Blue) = 71+116+129=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #477481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477481 is #B88B7E. Grayscale: #676767. Windows color (decimal): -12094335 or 8483911. OLE color: 8483911.

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

Color convert

RGB 71 116 129 -
CMYK 0.45 0.10 0 0.49
HSL 193.45º 0.29% 0.39% -
HSV(B) 193.45º 0.45% 0.51% -
XYZ 12.81 15.42 23.07 -
YUV 104.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 71 116 129 0.45 0.10 0 0.49 193.45 0.29 0.39
Hex 47 74 81 2D A 0 31 C1 1D 27
Octal 107 164 201 55 12 0 61 301 35 47
Binary 1000111 1110100 10000001 101101 1010 0 110001 11000001 11101 100111

Color Harmonies of #477481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477481

Black with #477481

Text Example


Text Example

White with #477481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477481; }

 p { color: rgb(71,116,129); }

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

background-color css

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

 a { background-color: rgb(71,116,129); }

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

border-color css

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

 span { border-color: rgb(71,116,129); }

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