Html Css Color HEX #476876 Bismark

📋 copy color: '#476876'

red 71 ◦ green 104 ◦ blue 118

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

Shades of Bismark #476876

Tints of Bismark #476876

RGB

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

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

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

R = 24.23%
G = 35.49%
B = 40.27%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#476876 (or 0x476876) is known color: Bismark. HEX triplet: 47, 68 and 76. RGB value is (71,104,118). Sum of RGB (Red+Green+Blue) = 71+104+118=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #476876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476876 is #B89789. Grayscale: #5F5F5F. Windows color (decimal): -12097418 or 7759943. OLE color: 7759943.

HSL color Cylindrical-coordinate representation of color #476876: hue angle of 197.87º 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 #476876 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 104 118 -
CMYK 0.40 0.12 0 0.54
HSL 197.87º 0.25% 0.37% -
HSV(B) 197.87º 0.4% 0.46% -
XYZ 10.82 12.55 18.99 -
YUV 95.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 71 104 118 0.40 0.12 0 0.54 197.87 0.25 0.37
Hex 47 68 76 28 C 0 36 C6 19 25
Octal 107 150 166 50 14 0 66 306 31 45
Binary 1000111 1101000 1110110 101000 1100 0 110110 11000110 11001 100101

Color Harmonies of #476876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476876

Black with #476876

Text Example


Text Example

White with #476876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476876; }

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

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

background-color css

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

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

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

border-color css

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

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

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