#466574

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

Shades of Bismark #466574

Tints of Bismark #466574

Color information

#466574 (or 0x466574) is unknown color: approx Bismark. HEX triplet: 46, 65 and 74. RGB value is (70,101,116). Sum of RGB (Red+Green+Blue) = 70+101+116=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #466574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466574 is #B99A8B. Grayscale: #5D5D5D. Windows color (decimal): -12163724 or 7628102. OLE color: 7628102.

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

Color convert

RGB70101116-
CMYK0.400.1300.55
HSL199.57º24.73%36.47%-
HSV(B)199.57º39.66%45.49%-
XYZ10.3311.8718.27-
YUV93.44140.73111.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=24.39%
G=35.19%
B=40.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701011160.400.1300.55199.5724.7336.47
Hex46657428D037c81924
Octal10614516450150673103144
Binary100011011001011110100101000110101101111100100011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466574; }

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

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

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

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

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

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

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

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