#466F7C

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

Shades of Bismark #466F7C

Tints of Bismark #466F7C

Color information

#466F7C (or 0x466F7C) is unknown color: approx Bismark. HEX triplet: 46, 6F and 7C. RGB value is (70,111,124). Sum of RGB (Red+Green+Blue) = 70+111+124=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 124 - color contains mainly: blue. Hex color #466F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F7C is #B99083. Grayscale: #646464. Windows color (decimal): -12161156 or 8154950. OLE color: 8154950.

HSL color Cylindrical-coordinate representation of color #466F7C: hue angle of 194.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #466F7C is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB70111124-
CMYK0.440.1000.51
HSL194.44º27.84%38.04%-
HSV(B)194.44º43.55%48.63%-
XYZ11.8514.1321.17-
YUV100.22141.42106.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=22.95%
G=36.39%
B=40.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal701111240.440.1000.51194.4427.8438.04
Hex466F7C2CA033c21c26
Octal10615717454120633023446
Binary100011011011111111100101100101001100111100001011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F7C; }

 p { color: rgb(70,111,124); }

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

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

 a { background-color: rgb(70,111,124); }

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

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

 span { border-color: rgb(70,111,124); }

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