Html Css Color HEX #476D82 Bismark

📋 copy color: '#476D82'

red 71 ◦ green 109 ◦ blue 130

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

Shades of Bismark #476D82

Tints of Bismark #476D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.16%

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

R = 22.9%
G = 35.16%
B = 41.94%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#476D82 (or 0x476D82) is known color: Bismark. HEX triplet: 47, 6D and 82. RGB value is (71,109,130). Sum of RGB (Red+Green+Blue) = 71+109+130=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #476D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D82 is #B8927D. Grayscale: #636363. Windows color (decimal): -12096126 or 8547655. OLE color: 8547655.

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

Color convert

RGB 71 109 130 -
CMYK 0.45 0.16 0 0.49
HSL 201.36º 0.29% 0.39% -
HSV(B) 201.36º 0.45% 0.51% -
XYZ 12.1 13.89 23.16 -
YUV 100.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 71 109 130 0.45 0.16 0 0.49 201.36 0.29 0.39
Hex 47 6D 82 2D 10 0 31 C9 1D 27
Octal 107 155 202 55 20 0 61 311 35 47
Binary 1000111 1101101 10000010 101101 10000 0 110001 11001001 11101 100111

Color Harmonies of #476D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D82

Black with #476D82

Text Example


Text Example

White with #476D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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