Html Css Color HEX #476379 Bismark

📋 copy color: '#476379'

red 71 ◦ green 99 ◦ blue 121

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

Shades of Bismark #476379

Tints of Bismark #476379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 121 (47.66% from 255) = 41.58%

R = 24.4%
G = 34.02%
B = 41.58%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#476379 (or 0x476379) is known color: Bismark. HEX triplet: 47, 63 and 79. RGB value is (71,99,121). Sum of RGB (Red+Green+Blue) = 71+99+121=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #476379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476379 is #B89C86. Grayscale: #5D5D5D. Windows color (decimal): -12098695 or 7955271. OLE color: 7955271.

HSL color Cylindrical-coordinate representation of color #476379: hue angle of 206.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #476379 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 99 121 -
CMYK 0.41 0.18 0 0.53
HSL 206.4º 0.26% 0.38% -
HSV(B) 206.4º 0.41% 0.47% -
XYZ 10.51 11.64 19.78 -
YUV 93.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 71 99 121 0.41 0.18 0 0.53 206.4 0.26 0.38
Hex 47 63 79 29 12 0 35 CE 1A 26
Octal 107 143 171 51 22 0 65 316 32 46
Binary 1000111 1100011 1111001 101001 10010 0 110101 11001110 11010 100110

Color Harmonies of #476379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476379

Black with #476379

Text Example


Text Example

White with #476379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476379; }

 p { color: rgb(71,99,121); }

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

background-color css

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

 a { background-color: rgb(71,99,121); }

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

border-color css

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

 span { border-color: rgb(71,99,121); }

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