Html Css Color HEX #477381 Bismark

📋 copy color: '#477381'

red 71 ◦ green 115 ◦ blue 129

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

Shades of Bismark #477381

Tints of Bismark #477381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 22.54%
G = 36.51%
B = 40.95%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477381 (or 0x477381) is known color: Bismark. HEX triplet: 47, 73 and 81. RGB value is (71,115,129). Sum of RGB (Red+Green+Blue) = 71+115+129=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 129 (50.78% from 255 or 40.95% from 315); Max value from RGB is 129 - color contains mainly: blue. Hex color #477381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477381 is #B88C7E. Grayscale: #676767. Windows color (decimal): -12094591 or 8483655. OLE color: 8483655.

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

Color convert

RGB 71 115 129 -
CMYK 0.45 0.11 0 0.49
HSL 194.48º 0.29% 0.39% -
HSV(B) 194.48º 0.45% 0.51% -
XYZ 12.69 15.19 23.03 -
YUV 103.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 71 115 129 0.45 0.11 0 0.49 194.48 0.29 0.39
Hex 47 73 81 2D B 0 31 C2 1D 27
Octal 107 163 201 55 13 0 61 302 35 47
Binary 1000111 1110011 10000001 101101 1011 0 110001 11000010 11101 100111

Color Harmonies of #477381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477381

Black with #477381

Text Example


Text Example

White with #477381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477381; }

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

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

background-color css

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

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

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

border-color css

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

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

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