#466672

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

Shades of Bismark #466672

Tints of Bismark #466672

Color information

#466672 (or 0x466672) is unknown color: approx Bismark. HEX triplet: 46, 66 and 72. RGB value is (70,102,114). Sum of RGB (Red+Green+Blue) = 70+102+114=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #466672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466672 is #B9998D. Grayscale: #5D5D5D. Windows color (decimal): -12163470 or 7497286. OLE color: 7497286.

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

Color convert

RGB70102114-
CMYK0.390.1100.55
HSL196.36º23.91%36.08%-
HSV(B)196.36º38.6%44.71%-
XYZ10.3112.0217.7-
YUV93.8139.4111.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=24.48%
G=35.66%
B=39.86%

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
Decimal701021140.390.1100.55196.3623.9136.08
Hex46667227B037c41824
Octal10614616247130673043044
Binary100011011001101110010100111101101101111100010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466672; }

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

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

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

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

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

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

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

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