Html Css Color HEX #476D81 Bismark

📋 copy color: '#476D81'

red 71 ◦ green 109 ◦ blue 129

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

Shades of Bismark #476D81

Tints of Bismark #476D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 22.98%
G = 35.28%
B = 41.75%

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

#476D81 (or 0x476D81) is known color: Bismark. HEX triplet: 47, 6D and 81. RGB value is (71,109,129). Sum of RGB (Red+Green+Blue) = 71+109+129=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #476D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476D81 is #B8927E. Grayscale: #636363. Windows color (decimal): -12096127 or 8482119. OLE color: 8482119.

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

Color convert

RGB 71 109 129 -
CMYK 0.45 0.16 0 0.49
HSL 200.69º 0.29% 0.39% -
HSV(B) 200.69º 0.45% 0.51% -
XYZ 12.03 13.86 22.81 -
YUV 99.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 71 109 129 0.45 0.16 0 0.49 200.69 0.29 0.39
Hex 47 6D 81 2D 10 0 31 C9 1D 27
Octal 107 155 201 55 20 0 61 311 35 47
Binary 1000111 1101101 10000001 101101 10000 0 110001 11001001 11101 100111

Color Harmonies of #476D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D81

Black with #476D81

Text Example


Text Example

White with #476D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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