Html Css Color HEX #477382 Bismark

📋 copy color: '#477382'

red 71 ◦ green 115 ◦ blue 130

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

Shades of Bismark #477382

Tints of Bismark #477382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 22.47%
G = 36.39%
B = 41.14%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477382 (or 0x477382) is known color: Bismark. HEX triplet: 47, 73 and 82. RGB value is (71,115,130). Sum of RGB (Red+Green+Blue) = 71+115+130=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #477382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477382 is #B88C7D. Grayscale: #676767. Windows color (decimal): -12094590 or 8549191. OLE color: 8549191.

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

Color convert

RGB 71 115 130 -
CMYK 0.45 0.12 0 0.49
HSL 195.25º 0.29% 0.39% -
HSV(B) 195.25º 0.45% 0.51% -
XYZ 12.76 15.21 23.38 -
YUV 103.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 71 115 130 0.45 0.12 0 0.49 195.25 0.29 0.39
Hex 47 73 82 2D C 0 31 C3 1D 27
Octal 107 163 202 55 14 0 61 303 35 47
Binary 1000111 1110011 10000010 101101 1100 0 110001 11000011 11101 100111

Color Harmonies of #477382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477382

Black with #477382

Text Example


Text Example

White with #477382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477382; }

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

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

background-color css

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

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

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

border-color css

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

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

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