Html Css Color HEX #477182 Bismark

📋 copy color: '#477182'

red 71 ◦ green 113 ◦ blue 130

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

Shades of Bismark #477182

Tints of Bismark #477182

RGB

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

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

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

R = 22.61%
G = 35.99%
B = 41.4%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477182 (or 0x477182) is known color: Bismark. HEX triplet: 47, 71 and 82. RGB value is (71,113,130). Sum of RGB (Red+Green+Blue) = 71+113+130=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #477182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477182 is #B88E7D. Grayscale: #666666. Windows color (decimal): -12095102 or 8548679. OLE color: 8548679.

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

Color convert

RGB 71 113 130 -
CMYK 0.45 0.13 0 0.49
HSL 197.29º 0.29% 0.39% -
HSV(B) 197.29º 0.45% 0.51% -
XYZ 12.53 14.76 23.31 -
YUV 102.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 71 113 130 0.45 0.13 0 0.49 197.29 0.29 0.39
Hex 47 71 82 2D D 0 31 C5 1D 27
Octal 107 161 202 55 15 0 61 305 35 47
Binary 1000111 1110001 10000010 101101 1101 0 110001 11000101 11101 100111

Color Harmonies of #477182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477182

Black with #477182

Text Example


Text Example

White with #477182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477182; }

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

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

background-color css

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

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

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

border-color css

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

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

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