Html Css Color HEX #476874 Bismark

📋 copy color: '#476874'

red 71 ◦ green 104 ◦ blue 116

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

Shades of Bismark #476874

Tints of Bismark #476874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 116 (45.7% from 255) = 39.86%

R = 24.4%
G = 35.74%
B = 39.86%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#476874 (or 0x476874) is known color: Bismark. HEX triplet: 47, 68 and 74. RGB value is (71,104,116). Sum of RGB (Red+Green+Blue) = 71+104+116=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 116 - color contains mainly: blue. Hex color #476874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476874 is #B8978B. Grayscale: #5F5F5F. Windows color (decimal): -12097420 or 7628871. OLE color: 7628871.

HSL color Cylindrical-coordinate representation of color #476874: hue angle of 196º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #476874 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 104 116 -
CMYK 0.39 0.10 0 0.55
HSL 196º 0.24% 0.37% -
HSV(B) 196º 0.39% 0.45% -
XYZ 10.7 12.5 18.37 -
YUV 95.5 139.57 110.52 -
System Red Green Blue C M Y K H S L
Decimal 71 104 116 0.39 0.10 0 0.55 196 0.24 0.37
Hex 47 68 74 27 A 0 37 C4 18 25
Octal 107 150 164 47 12 0 67 304 30 45
Binary 1000111 1101000 1110100 100111 1010 0 110111 11000100 11000 100101

Color Harmonies of #476874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476874

Black with #476874

Text Example


Text Example

White with #476874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476874; }

 p { color: rgb(71,104,116); }

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

background-color css

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

 a { background-color: rgb(71,104,116); }

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

border-color css

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

 span { border-color: rgb(71,104,116); }

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