#476872

Color #476872 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #476872

Tints of Bismark #476872

Color information

#476872 (or 0x476872) is unknown color: approx Bismark. HEX triplet: 47, 68 and 72. RGB value is (71,104,114). Sum of RGB (Red+Green+Blue) = 71+104+114=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #476872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476872 is #B8978D. Grayscale: #5F5F5F. Windows color (decimal): -12097422 or 7497799. OLE color: 7497799.

HSL color Cylindrical-coordinate representation of color #476872: hue angle of 193.95º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #476872 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71104114-
CMYK0.380.0900.55
HSL193.95º23.24%36.27%-
HSV(B)193.95º37.72%44.71%-
XYZ10.5912.4617.77-
YUV95.27138.57110.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=24.57%
G=35.99%
B=39.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711041140.380.0900.55193.9523.2436.27
Hex476872269037c21724
Octal10715016246110673022744
Binary100011111010001110010100110100101101111100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476872; }

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

 H1.HeaderClassName
 {
   color: #476872;
 }
 .AnyTagClassName
 {
   color: #476872;
 }
</style>
background-color css

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

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

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

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

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

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