#466174

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

Shades of Bismark #466174

Tints of Bismark #466174

Color information

#466174 (or 0x466174) is unknown color: approx Bismark. HEX triplet: 46, 61 and 74. RGB value is (70,97,116). Sum of RGB (Red+Green+Blue) = 70+97+116=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 116 - color contains mainly: blue. Hex color #466174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466174 is #B99E8B. Grayscale: #5A5A5A. Windows color (decimal): -12164748 or 7627078. OLE color: 7627078.

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

Color convert

RGB7097116-
CMYK0.400.1600.55
HSL204.78º24.73%36.47%-
HSV(B)204.78º39.66%45.49%-
XYZ9.9511.1118.14-
YUV91.09142.05112.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=24.73%
G=34.28%
B=40.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70971160.400.1600.55204.7824.7336.47
Hex4661742810037cd1924
Octal10614116450200673153144
Binary1000110110000111101001010001000001101111100110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466174; }

 p { color: rgb(70,97,116); }

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

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

 a { background-color: rgb(70,97,116); }

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

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

 span { border-color: rgb(70,97,116); }

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