Html Css Color HEX #476376 Bismark

📋 copy color: '#476376'

red 71 ◦ green 99 ◦ blue 118

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

Shades of Bismark #476376

Tints of Bismark #476376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 24.65%
G = 34.38%
B = 40.97%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476376 (or 0x476376) is known color: Bismark. HEX triplet: 47, 63 and 76. RGB value is (71,99,118). Sum of RGB (Red+Green+Blue) = 71+99+118=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #476376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476376 is #B89C89. Grayscale: #5C5C5C. Windows color (decimal): -12098698 or 7758663. OLE color: 7758663.

HSL color Cylindrical-coordinate representation of color #476376: hue angle of 204.26º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #476376 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 99 118 -
CMYK 0.40 0.16 0 0.54
HSL 204.26º 0.25% 0.37% -
HSV(B) 204.26º 0.4% 0.46% -
XYZ 10.33 11.57 18.83 -
YUV 92.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 71 99 118 0.40 0.16 0 0.54 204.26 0.25 0.37
Hex 47 63 76 28 10 0 36 CC 19 25
Octal 107 143 166 50 20 0 66 314 31 45
Binary 1000111 1100011 1110110 101000 10000 0 110110 11001100 11001 100101

Color Harmonies of #476376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476376

Black with #476376

Text Example


Text Example

White with #476376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476376; }

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

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

background-color css

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

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

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

border-color css

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

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

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