Html Css Color HEX #477282 Bismark

📋 copy color: '#477282'

red 71 ◦ green 114 ◦ blue 130

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

Shades of Bismark #477282

Tints of Bismark #477282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 22.54%
G = 36.19%
B = 41.27%

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

#477282 (or 0x477282) is known color: Bismark. HEX triplet: 47, 72 and 82. RGB value is (71,114,130). Sum of RGB (Red+Green+Blue) = 71+114+130=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #477282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477282 is #B88D7D. Grayscale: #666666. Windows color (decimal): -12094846 or 8548935. OLE color: 8548935.

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

Color convert

RGB 71 114 130 -
CMYK 0.45 0.12 0 0.49
HSL 196.27º 0.29% 0.39% -
HSV(B) 196.27º 0.45% 0.51% -
XYZ 12.65 14.99 23.35 -
YUV 102.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 71 114 130 0.45 0.12 0 0.49 196.27 0.29 0.39
Hex 47 72 82 2D C 0 31 C4 1D 27
Octal 107 162 202 55 14 0 61 304 35 47
Binary 1000111 1110010 10000010 101101 1100 0 110001 11000100 11101 100111

Color Harmonies of #477282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477282

Black with #477282

Text Example


Text Example

White with #477282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477282; }

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

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

background-color css

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

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

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

border-color css

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

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

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