Html Css Color HEX #477082 Bismark

📋 copy color: '#477082'

red 71 ◦ green 112 ◦ blue 130

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

Shades of Bismark #477082

Tints of Bismark #477082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.78%

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

R = 22.68%
G = 35.78%
B = 41.53%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#477082 (or 0x477082) is known color: Bismark. HEX triplet: 47, 70 and 82. RGB value is (71,112,130). Sum of RGB (Red+Green+Blue) = 71+112+130=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #477082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477082 is #B88F7D. Grayscale: #656565. Windows color (decimal): -12095358 or 8548423. OLE color: 8548423.

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

Color convert

RGB 71 112 130 -
CMYK 0.45 0.14 0 0.49
HSL 198.31º 0.29% 0.39% -
HSV(B) 198.31º 0.45% 0.51% -
XYZ 12.42 14.54 23.27 -
YUV 101.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 71 112 130 0.45 0.14 0 0.49 198.31 0.29 0.39
Hex 47 70 82 2D E 0 31 C6 1D 27
Octal 107 160 202 55 16 0 61 306 35 47
Binary 1000111 1110000 10000010 101101 1110 0 110001 11000110 11101 100111

Color Harmonies of #477082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477082

Black with #477082

Text Example


Text Example

White with #477082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477082; }

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

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

background-color css

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

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

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

border-color css

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

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

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