Html Css Color HEX #477482 Bismark

📋 copy color: '#477482'

red 71 ◦ green 116 ◦ blue 130

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

Shades of Bismark #477482

Tints of Bismark #477482

RGB

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

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

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

R = 22.4%
G = 36.59%
B = 41.01%

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

#477482 (or 0x477482) is known color: Bismark. HEX triplet: 47, 74 and 82. RGB value is (71,116,130). Sum of RGB (Red+Green+Blue) = 71+116+130=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 130 (51.17% from 255 or 41.01% from 317); Max value from RGB is 130 - color contains mainly: blue. Hex color #477482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477482 is #B88B7D. Grayscale: #686868. Windows color (decimal): -12094334 or 8549447. OLE color: 8549447.

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

Color convert

RGB 71 116 130 -
CMYK 0.45 0.11 0 0.49
HSL 194.24º 0.29% 0.39% -
HSV(B) 194.24º 0.45% 0.51% -
XYZ 12.87 15.44 23.42 -
YUV 104.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 71 116 130 0.45 0.11 0 0.49 194.24 0.29 0.39
Hex 47 74 82 2D B 0 31 C2 1D 27
Octal 107 164 202 55 13 0 61 302 35 47
Binary 1000111 1110100 10000010 101101 1011 0 110001 11000010 11101 100111

Color Harmonies of #477482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477482

Black with #477482

Text Example


Text Example

White with #477482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477482; }

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

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

background-color css

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

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

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

border-color css

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

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

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