#466572

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

Shades of Bismark #466572

Tints of Bismark #466572

Color information

#466572 (or 0x466572) is unknown color: approx Bismark. HEX triplet: 46, 65 and 72. RGB value is (70,101,114). Sum of RGB (Red+Green+Blue) = 70+101+114=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #466572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466572 is #B99A8D. Grayscale: #5D5D5D. Windows color (decimal): -12163726 or 7497030. OLE color: 7497030.

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

Color convert

RGB70101114-
CMYK0.390.1100.55
HSL197.73º23.91%36.08%-
HSV(B)197.73º38.6%44.71%-
XYZ10.2211.8217.66-
YUV93.21139.73111.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 114 (44.92% from 255) = 40%
R=24.56%
G=35.44%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701011140.390.1100.55197.7323.9136.08
Hex46657227B037c61824
Octal10614516247130673063044
Binary100011011001011110010100111101101101111100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466572; }

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

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

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

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

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

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

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

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